shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
179 stars 19 forks source link

Windows 10 and Shoes 3.3.7 #428

Closed ccoupe closed 5 years ago

ccoupe commented 5 years ago

Only happens when menu==false and Gtk3.33.7 and Win10 -- when that happens we need to use the menu offsets

ccoupe commented 5 years ago

@dredknight , can you try the new beta of 3.3.7? It works on my Win 10 and Win 7, with or with out menus enabled.

dredknight commented 5 years ago

@ccoupe with and without menus (true and false) it works properly every time! How did you fix it? Some global mouse offsets?

Btw I have the feeling that Shoes is blazing fast with the new GTK.

ccoupe commented 5 years ago

@dredknight - thank you for testing. The fix was mostly due to work of @tuttza for a slightly different cause #420 on Linux. It was just a matter of using that solution when it happens to be running on Gtk 3.22 and Windows 10. I consider it a hack around a bug in Gtk3/Win10 but there's a lot of that in Gtk3. As you say it might even be faster although I haven't seen that.

dredknight commented 5 years ago

@ccoupe I have to do more thorough tests at some point :). My speed opinion is purely subjective.