Wings 3D Development Forum
[fixed] 2.2.6.1 - Fedora Linux - Right click menu is huge - 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] 2.2.6.1 - Fedora Linux - Right click menu is huge (/showthread.php?tid=2947)



[fixed] 2.2.6.1 - Fedora Linux - Right click menu is huge - Ravo - 06-04-2020

First image is when I start Wings. Everything looks like it should. Second pic is when I right click. The entire screen goes white. I get a menu, but I can't do anything with it working like that.


RE: 2.2.6.1 - Fedora Linux - Right click menu is huge - dgud - 06-05-2020

Oh, ok know what it is will see if I can fix it though.

I re-wrote the menu construction again, since tooltips didn't work in the previous release.

To get mouse clicks outside of the menu, just to close them if clicked outside, I make a fullscreen
sized transparent window. But for some reason transparent windows in GTK-3 doesn't work (at least)
with wxWidgets.

Does drag select work as it should?

When you drag a external wings window to attach it inside wings maint window do you get a transparent
rectangle indicating where it should be?


RE: 2.2.6.1 - Fedora Linux - Right click menu is huge - Ravo - 06-05-2020

If I make a window, like the geometry window, and drag it over the main window I get an opaque blue box without an outline indicating where the geometry window would go. Drag select gives me the same opaque blue box and works apart from I can't see what I've selected once I've got it in the blue box.


RE: 2.2.6.1 - Fedora Linux - Right click menu is huge - dgud - 06-06-2020

Ok so transparent windows doesn't work, "great".

BTW, thanks for the bug-reports and feedback.


RE: 2.2.6.1 - Fedora Linux - Right click menu is huge - nigec - 06-06-2020

sadly its the same with Bodhi Linux


RE: 2.2.6.1 - Fedora Linux - Right click menu is huge - micheus - 04-03-2021

This issue was already addressed by dgud and will be available in the next release.