Skip to content

Commit

Permalink
Test Popmenu button works with right click also
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonrp committed Jan 19, 2025
1 parent 46deee1 commit f6d9485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Page/PopmenuEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def __init__(self, parent):
ButtonPanel.SetSizer(ButtonSizer)
self.TestMenuButton = wx.Button(ButtonPanel, label = "Test Current Menu")
self.TestMenuButton.Bind(wx.EVT_BUTTON, self.OnTestMenuButton)
self.TestMenuButton.Bind(wx.EVT_RIGHT_DOWN, self.OnTestMenuButton)
self.TestMenuButton.Enable(False)
ButtonSizer.Add(self.TestMenuButton, 1, wx.EXPAND|wx.ALL, 6)

Expand Down

0 comments on commit f6d9485

Please sign in to comment.