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>
2 files changed
tree: cd4865c3a678c1604bfd40755bfaa3ef94e6e0e1
  1. bundles/
  2. examples/
  3. features/
  4. local-build/
  5. tests/
  6. .gitignore
  7. pom.xml
  8. README.md
README.md

Contributing to SWT

Thanks for your interest in this project.

Developer resources:

See the following description for how to contribute a feature or a bug fix to SWT.

Information regarding source code management, builds, coding standards, and more and be found under the following link.

Contributor License Agreement:

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).

Contact:

Contact the project developers via the project's “dev” list.

Search for bugs:

This project uses Bugzilla to track ongoing development and issues.

Create a new bug:

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!