Bug 579395

Summary: [GTK] Tree with images and SWT.PaintItem overpaints expanders
Product: [Eclipse Project] Platform Reporter: Alexandr Miloslavskiy <alexandr.miloslavskiy>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: alexandr.miloslavskiy
Version: 4.23   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=577878
Whiteboard:
Attachments:
Description Flags
Screenshot on Ubuntu 21.04 none

Description Alexandr Miloslavskiy CLA 2022-03-23 20:42:48 EDT
Created attachment 288279 [details]
Screenshot on Ubuntu 21.04

See screenshot: when Tree uses both .setImage() and SWT.PaintItem, item's rect is wrong and overpaints Tree's expanders.

Use snippet from Bug 577878 to reproduce.