|
|
@ -336,6 +336,7 @@ namespace ICSharpCode.FormsDesigner |
|
|
|
hasUnmergedChanges = true; |
|
|
|
hasUnmergedChanges = true; |
|
|
|
this.DesignerCodeFile.MakeDirty(); |
|
|
|
this.DesignerCodeFile.MakeDirty(); |
|
|
|
this.resourceStore.MarkResourceFilesAsDirty(); |
|
|
|
this.resourceStore.MarkResourceFilesAsDirty(); |
|
|
|
|
|
|
|
System.Windows.Input.CommandManager.InvalidateRequerySuggested(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool shouldUpdateSelectableObjects = false; |
|
|
|
bool shouldUpdateSelectableObjects = false; |
|
|
@ -686,6 +687,7 @@ namespace ICSharpCode.FormsDesigner |
|
|
|
object[] selArray = new object[selection.Count]; |
|
|
|
object[] selArray = new object[selection.Count]; |
|
|
|
selection.CopyTo(selArray, 0); |
|
|
|
selection.CopyTo(selArray, 0); |
|
|
|
propertyContainer.SelectedObjects = selArray; |
|
|
|
propertyContainer.SelectedObjects = selArray; |
|
|
|
|
|
|
|
System.Windows.Input.CommandManager.InvalidateRequerySuggested(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected void UpdatePropertyPad() |
|
|
|
protected void UpdatePropertyPad() |
|
|
|