개정판 315ae55e
UniqueColorGenerator.cs 추가
색상 자동 설정 수정
Change-Id: I7de4657758710c88f9d4b8bb30e53429cf1f76d1
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
804 | 804 |
zoomAndPanControl.ZoomTo(new Rect { X = 0, Y = 0, Width = zoomAndPanCanvas.Width, Height = zoomAndPanCanvas.Height }) |
805 | 805 |
); |
806 | 806 |
//} |
807 |
|
|
808 |
|
|
807 |
|
|
809 | 808 |
var instanceMain = ViewerDataModel.Instance.SystemMain; |
810 | 809 |
|
810 |
instanceMain.dzMainMenu.CanvasDrawingMouseDownPoint = new Point(ViewerDataModel.Instance.ImageViewWidth / 2, ViewerDataModel.Instance.ImageViewHeight / 2); |
|
811 |
|
|
811 | 812 |
instanceMain.dzTopMenu.tlcurrentPage.Text = e.CurrentPage.PAGE_NUMBER.ToString(); |
812 | 813 |
instanceMain.dzTopMenu.tlcurrentPage_readonly.Text = e.CurrentPage.PAGE_NUMBER.ToString(); |
813 | 814 |
|
... | ... | |
2459 | 2460 |
this.cursor = new Cursor(MainWindow.CursorChange().StreamSource); |
2460 | 2461 |
SetCursor(); |
2461 | 2462 |
|
2462 |
if (!ViewerDataModel.Instance.IsPressCtrl) SelectionSet.Instance.UnSelect(this); |
|
2463 |
if (!ViewerDataModel.Instance.IsPressCtrl) |
|
2464 |
{ |
|
2465 |
SelectionSet.Instance.UnSelect(this); |
|
2466 |
} |
|
2463 | 2467 |
} |
2464 | 2468 |
|
2465 | 2469 |
if (e.MiddleButton == MouseButtonState.Pressed) |
내보내기 Unified diff