Bug 563082 - Use requestlayout in TrimBarRenderer
Summary: Use requestlayout in TrimBarRenderer
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: 4.16 M3   Edit
Assignee: Lars Vogel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 560449
  Show dependency tree
 
Reported: 2020-05-12 04:41 EDT by Lars Vogel CLA
Modified: 2020-05-13 16:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2020-05-12 04:41:02 EDT
Sync layout seems undesired here, also it runs in the job, which can be avoided if we simply mark it for repaint.
Comment 1 Eclipse Genie CLA 2020-05-12 04:48:34 EDT
New Gerrit change created: https://git.eclipse.org/r/162862
Comment 2 Lars Vogel CLA 2020-05-12 05:23:45 EDT
Noted during testing that DnD of Trimbars does not looks nice, see Bug 563084, this is not caused by the suggested changes.
Comment 3 Lars Vogel CLA 2020-05-12 05:29:07 EDT
Also Bug 563086 is present with and without this change.