Georg Baum wrote:
I guess I forgot to update the
update mechanism for qt3. You need to either call WorkArea::redraw() at
the end of each event in QWorkArea or call directly the associated event
in WorkArea. Please see qt4/GuiWorkArea as an example. If you don't fix
it, I'll do it when I come back the 12th.
I managed to fix the redraw calls with the attached patch. Now clicking on
collapsed insets works again, and the missing redraws I observed are gone.
Very good. Thanks for fixing this and sorry for forgetting it at the
first place. Maybe we'll have to start (again... ;-)) the discussion
about qt3 dropping someday...
The scrollbar does still not work: trying to drag it with the mouse, or
clicking below or above the slider does not move it, it results only in
some flickering (both qt3 and qt4).
Please have a look at that when you are back.
I will, thanks for the report.
I guess it should be easy to fix... maybe it's just a missing
WorkArea::redraw() call at the end of the scrollbar event method (don't
remember the name).
Abdel.