mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
87406d90da
commit
fb993c2238
4 changed files with 213 additions and 159 deletions
|
@ -198,9 +198,5 @@ namespace Greenshot.Plugin {
|
|||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
void AddStepLabel(IDrawableContainer stepLabel);
|
||||
void RemoveStepLabel(IDrawableContainer stepLabel);
|
||||
int CountStepLabels(IDrawableContainer stopCountingOnStepLabel);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue