Bug 579395 - [GTK] Tree with images and SWT.PaintItem overpaints expanders
Summary: [GTK] Tree with images and SWT.PaintItem overpaints expanders
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.23   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-23 20:42 EDT by Alexandr Miloslavskiy CLA
Modified: 2022-03-23 20:44 EDT (History)
1 user (show)

See Also:


Attachments
Screenshot on Ubuntu 21.04 (18.44 KB, image/png)
2022-03-23 20:42 EDT, Alexandr Miloslavskiy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.