start struts timer in resizeEvent
ClosedPublic

Authored by davidedmundson on May 10 2016, 2:16 PM.

Details

Summary

starting the stuts timer in resize/move events means we don't have to
litter it across any code that might move/resize the panel, also we get
event compression for free (so could probably remove the timer in
future).
Much neater and fixes a bug.

BUG: 362887

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson retitled this revision from to start struts timer in resizeEvent.
davidedmundson updated this object.
davidedmundson edited the test plan for this revision. (Show Details)
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma. · View Herald TranscriptMay 10 2016, 2:16 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart accepted this revision.May 10 2016, 2:44 PM
mart added a reviewer: mart.
This revision is now accepted and ready to land.May 10 2016, 2:44 PM
graesslin accepted this revision.May 10 2016, 3:06 PM
graesslin added a reviewer: graesslin.
graesslin added a subscriber: graesslin.

Just tested and confirm that it fixes the problem.

This revision was automatically updated to reflect the committed changes.