개정판 d5e3aa15
issue #813 Angle 변경에 따른 무한 루프 수정
Angle 출력 오류 수정
Change-Id: I239d7712613119fdc1dc4e6853de98d9a3e3a60f
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
1682 | 1682 |
private void zoomAndPanControl_MouseUp(object sender, MouseButtonEventArgs e) |
1683 | 1683 |
{ |
1684 | 1684 |
IsDrawing = false; |
1685 |
|
|
1685 |
|
|
1686 | 1686 |
if (mouseHandlingMode != MouseHandlingMode.None) |
1687 | 1687 |
{ |
1688 | 1688 |
if (mouseHandlingMode == MouseHandlingMode.Drawing) |
... | ... | |
1711 | 1711 |
} |
1712 | 1712 |
else if (mouseHandlingMode == MouseHandlingMode.Selecting && e.ChangedButton == MouseButton.Left || mouseHandlingMode == MouseHandlingMode.Capture && e.ChangedButton == MouseButton.Left || mouseHandlingMode == MouseHandlingMode.DragZoom && e.ChangedButton == MouseButton.Left) |
1713 | 1713 |
{ |
1714 |
ViewerDataModel.Instance.AngleVisibility = Visibility.Collapsed; |
|
1715 |
|
|
1714 | 1716 |
if (isLeftMouseButtonDownOnWindow) |
1715 | 1717 |
{ |
1716 | 1718 |
bool wasDragSelectionApplied = false; |
내보내기 Unified diff