Fix panelView updateEnabledBorders being skipped
ClosedPublic

Authored by davidedmundson on Sep 6 2016, 8:34 AM.

Details

Summary

Sometimes the left/right panel edge shadows don't get drawn.
A resize doesn't always call positionPanel so it never gets updated on all
size changes.

Putting it in the event handlers rather than in the setting, means it
will never be missed again.

Test Plan

Set panel to fill width
Resizing now shows correct corner

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 Fix panelView updateEnabledBorders being skipped.
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 TranscriptSep 6 2016, 8:34 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart accepted this revision.Sep 6 2016, 8:59 AM
mart added a reviewer: mart.
This revision is now accepted and ready to land.Sep 6 2016, 8:59 AM
This revision was automatically updated to reflect the committed changes.