Skip to content

Commit

Permalink
Fixed some ghost clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
Borf committed May 18, 2020
1 parent 35d2eb1 commit dcc6cdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blib
2 changes: 1 addition & 1 deletion browedit/BrowEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void BrowEdit::init()
wm->setSkin("assets/skins/ro.json", resourceManager);
wm->setRadialMenu(rootMenu = wm->loadMenu("assets/menu.json", translation["menu"]));
wm->setMenuBar(rootMenu);
addMouseListener(wm);
addMouseListener(wm, true);
addKeyListener(wm);

addMouseListener(this);
Expand Down
Binary file modified vs2015/Release/Browedit.exe
Binary file not shown.

0 comments on commit dcc6cdb

Please sign in to comment.