Merge pull request #392 from bbernhard/callback_fix
fixed bug in bumblebee popup implementation
This commit is contained in:
commit
fcbb899e2f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class PopupMenu:
|
|||
if callback is None:
|
||||
callback = click_callback
|
||||
self.menu.add_command(label=menuitem,
|
||||
command=click_callback)
|
||||
command=callback)
|
||||
|
||||
# track item index
|
||||
self._item_count += 1
|
||||
|
|
Loading…
Reference in a new issue