Bug 489025 - [mylyn][gtk3] Task list does not show task icon

Icons were not rendered on first load.
The cause was some renderers were set to -1x-1 on first load,
which triggered some renderers to be set 0x0 instead of
initial size. The fix is compare to max(size, 0).

Change-Id: I6f3ba20259dc949c97ca475b8c87cae96636dcc3
Signed-off-by: Lev Ufimtsev <lufimtse@redhat.com>
2 files changed
tree: 50f43f957905c836fbfea714f7a43a54362bcbcc
  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:

Information regarding source code management, builds, coding standards, and more.

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!