소스 검색

context menu in toolbar background

circular17 6 년 전
부모
커밋
3b8c149a58
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lazpaint/maintoolbar.inc

+ 1 - 0
lazpaint/maintoolbar.inc

@@ -5,6 +5,7 @@ begin
   if FToolbarElementsInitDone then exit;
   FToolbarElementsInitDone:= true;
 
+  Panel_ToolbarBackground.PopupMenu := PopupToolbar;
   Perspective_Repeat.OnClick := @Perspective_RepeatClick;
   Perspective_TwoPlanes.OnClick := @Perspective_TwoPlanesClick;
   Shape_PenColor.OnMouseDown := @Shape_PenColorMouseDown;