Bug 510512 - Allow setting background image of ExpandBar controls
Summary: Allow setting background image of ExpandBar controls
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.6   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-16 09:49 EST by ben CLA
Modified: 2017-01-16 09:49 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ben CLA 2017-01-16 09:49:00 EST
Although ExpandBar provides a set background image method, calling this method has no effect unless a font is set too. The reason for this behaviour is located in ExpandBar.isAppThemed(). So please include a check whether backgroundImage is set (see Bug 131265). This would allow, among other things, gradient backgrounds.