aminehatim / Connect

1 stars 0 forks source link

Mdi window display problem #6

Open aminehatim opened 11 years ago

aminehatim commented 11 years ago

when i add the a new widget to the mdi area and re-size it(smaller), it leaves traces. the solution is update the mdi Area when ever a widget is beeing re-sized. however there is not direct signal that can be used. So subclassing ResizeEvent is the best way.

aminehatim commented 11 years ago

For know i will add a single shot timer that will up date the the miderea every 10 ms.