https://issues.apache.org/ooo/show_bug.cgi?id=122709
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Ariel Constenla-Haile <[email protected]> --- http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/unx/gtk/window/gtkframe.cxx?view=markup&pathrev=1501668#l1248 if (true || aScreenSize.Width() <= 1024) this looks like a typo, it evaluates always to true, so the first branch is chosen, and the new code with the fix is never executed. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
