Fixed serialization issues with the StepLabelContainer and the SpeechbubbleContainer, they should now be in the correct shape/location when loading from the .greenshot file.

This commit is contained in:
RKrom 2014-06-12 12:06:52 +02:00
parent 87406d90da
commit fb993c2238
4 changed files with 213 additions and 159 deletions

View file

@ -198,9 +198,5 @@ namespace Greenshot.Plugin {
get;
set;
}
void AddStepLabel(IDrawableContainer stepLabel);
void RemoveStepLabel(IDrawableContainer stepLabel);
int CountStepLabels(IDrawableContainer stopCountingOnStepLabel);
}
}