Browse Source

context menu in toolbar background

circular17 6 years ago
parent
commit
3b8c149a58
1 changed files with 1 additions and 0 deletions
  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;