mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed serialization issues, and made sure the arrow / line have the right adorners.
This commit is contained in:
parent
5b2d5b1397
commit
9ab6bff116
23 changed files with 335 additions and 99 deletions
|
@ -46,8 +46,8 @@ namespace Greenshot.Drawing.Fields {
|
|||
fieldChangedEventHandler = OnFieldChanged;
|
||||
}
|
||||
|
||||
[OnDeserialized()]
|
||||
private void OnDeserialized(StreamingContext context) {
|
||||
[OnDeserialized]
|
||||
private void OnFieldHolderWithChildrenDeserialized(StreamingContext context) {
|
||||
// listen to changing properties
|
||||
foreach(IFieldHolder fieldHolder in Children) {
|
||||
fieldHolder.FieldChanged += fieldChangedEventHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue