menubar->sizehint()->height() in ubuntu is 0
Solved
General and Desktop
-
Hi folks,
I use the sizehint()->height() of the menubar as a factor in another size calculation.
It works fine in windows, but in ubuntu it will equal 0, which causes the layout to be bugged.We use it in Init() btw.
Any fix for that? we use
int height = menubar()->sizehint()->height(); if (height <= 0) height = menubar()->size()->height();
as a workaround (with different outcome though)
thx,
Megamouse -
Hi,
Isn't the menubar show at the top of the screen in Ubuntu a bit like on macOS so it technically has a size of 0 regarding the application.
-
Hi
Just as a note.
You can disable that global menu so make sure u handle both cases.