shoes / shoes3

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

Resize Windows manually #430

Open ccoupe opened 5 years ago

ccoupe commented 5 years ago

Shoes 3.3.7 for Linux and Windows has a bug when manually resizing windows that have a menubar - they don't shrink.

tuttza commented 4 years ago

@ccoupe I'll take a look at the scroll bar issue.

ccoupe commented 4 years ago

There is a issue talking about that problem. I can't seem to find it, now. Good Luck. Fixing one has the effect of regressing the other.

ccoupe commented 4 years ago

One thing we can do is to use the GTK type checking macros for calls to Gtk functions. The macros can/do expand to run time type checking and I've played fast and loose with casting. That could be the problem. And it's just good practice.

tuttza commented 4 years ago

Yeah I also think that might be causing some issues, also some warnings about it as well when compiling. I'm working on fixing these, hopefully really fix the resize issue.