[Fixed] Consistency suggestion: RMB when a menu is open - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12) +--- Thread: [Fixed] Consistency suggestion: RMB when a menu is open (/showthread.php?tid=1364) |
[Fixed] Consistency suggestion: RMB when a menu is open - nemyax - 09-11-2015 In Wings 1.x, when a context menu is open, right-clicking moves the menu to where the cursor is. But in 2.0 the menu claims the entire workspace and doesn't move. What's more, when you right-click outside the menu but at the same height as some menu item, that menu item is activated. Can you bring back the old behaviour? RE: Consistency suggestion: RMB when a menu is open - dgud - 09-11-2015 Not entirely sure what you mean.. Menues are placed under the mouse if there is space available, dialogs are placed where the OS believes they should be placed. <quote>But in 2.0 the menu claims the entire workspace and doesn't move. </quote> What do you mean with claims the entire workspace, because it does not for me. <quote> What's more, when you right-click outside the menu but at the same height as some menu item, that menu item is activated. </quote> This might be fixable. You can still left click, hit ESC key ... RE: Consistency suggestion: RMB when a menu is open - nemyax - 09-11-2015 dgud I mean you can't right-click to reposition the menu as you could in 1.x. Can you make RMB outside the menu close the current menu (just like LMB) and open a new one? RE: Consistency suggestion: RMB when a menu is open - dgud - 09-11-2015 I had no idea you could do that in previous versions.. I'll take a look. RE: Consistency suggestion: RMB when a menu is open - dgud - 09-13-2015 Fixed on Windows I believe, but I will not guarantee it will always work this depends on how wxWidgets handles it on different OS's. |