Browse Source

Merge pull request #568 from gumme/WpfDesignerDropFix

Drop handler is now giving correct feedback to drag source.
pull/416/merge
Andreas Weizel 11 years ago
parent
commit
cf73e52596
  1. 2
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Services/CreateComponentTool.cs

2
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Services/CreateComponentTool.cs

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

Loading…
Cancel
Save