개정판 e6a9ddaf
issue #923: fixed ControlType.ChainLine drawing
Change-Id: Iee05d32624f7260c51cf31dc4827fcee6085be55
KCOM/Controls/Symbol.xaml.cs | ||
---|---|---|
575 | 575 |
// move.control_Select(item, dragRect); |
576 | 576 |
ApplyDragSelectionRect(); |
577 | 577 |
this.ParentOfType<MainWindow>().dzMainMenu.mouseHandlingMode = MouseHandlingMode.DragSymbol; |
578 |
this.ParentOfType<MainWindow>().dzMainMenu.mouseButtonDown = MouseButton.Left; |
|
578 |
///this.ParentOfType<MainWindow>().dzMainMenu.mouseButtonDown = MouseButton.Left;
|
|
579 | 579 |
this.ParentOfType<MainWindow>().dzMainMenu.symboldata(id, group_id, RadTab.SelectedIndex, Data_, img.Source); |
580 | 580 |
|
581 | 581 |
} |
내보내기 Unified diff