Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2017-10-10 20:04:13 +0000
committerAlexander Kurtakov2017-10-12 05:34:07 +0000
commitdbb0707aaf394479cecab65956b04e6677e546d3 (patch)
treecd4865c3a678c1604bfd40755bfaa3ef94e6e0e1 /bundles/org.eclipse.swt/Eclipse%20SWT
parent700f51a9dadbb2758a6fdb36646cac1c42f17cf9 (diff)
downloadeclipse.platform.swt-dbb0707aaf394479cecab65956b04e6677e546d3.tar.gz
eclipse.platform.swt-dbb0707aaf394479cecab65956b04e6677e546d3.tar.xz
eclipse.platform.swt-dbb0707aaf394479cecab65956b04e6677e546d3.zip
Bug 525763: [GTK3] [dark theme] Vertical bar to the left of line
numbers is not dark This fix targets an issue on the GTK3 dark theme where the side rulers have a white background. Part of the fix was to revert some of the background color machinery to pre color port functionality. Some fixes in bug 477950 were made to prevent another issue from happening where ToolBars that are children of CTabFolders have a light background color. The proper fix for that issue is to use !getBackground().equals(color) instead of always setting the background color. Tested on GTK3.8 to 3.22, and GTK2.24. Tested under normal, dark, and classic themes. Change-Id: Ie70c050c954c443bf2445407c49fb9cb7d84c1e3 Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse%20SWT')
0 files changed, 0 insertions, 0 deletions

Back to the top