|
|
@ -123,6 +123,8 @@ namespace ICSharpCode.WpfDesign.Designer.Services |
|
|
|
moveLogic.DesignPanel.IsAdornerLayerHitTestVisible = true; |
|
|
|
moveLogic.DesignPanel.IsAdornerLayerHitTestVisible = true; |
|
|
|
moveLogic = null; |
|
|
|
moveLogic = null; |
|
|
|
changeGroup.Commit(); |
|
|
|
changeGroup.Commit(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
e.Handled = true; |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception x) { |
|
|
|
} catch (Exception x) { |
|
|
|
DragDropExceptionHandler.RaiseUnhandledException(x); |
|
|
|
DragDropExceptionHandler.RaiseUnhandledException(x); |
|
|
|