nhamblenne / eighties

A simple graphic library for C++
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Check the scrollbar placement #7

Closed nhamblenne closed 3 years ago

nhamblenne commented 3 years ago

test1 seems to have its scrollbar on the left, mandelbrot on the right. When resizing the window, the part which is conserved is not the same between the two. An uninitialized variable? But Qt constructors should take care of that.

nhamblenne commented 3 years ago

Ok, I found the issue. I tested the parameter handling to confirm that Qt specific options where taken care and not passed to emain, and forgot to remove the -reverse I used for that from the driver. So the layout was as expected.