Summary: | Some entries have wrong background in GIMP tool window | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Ruslan Kabatsayev <b7.10110111> |
Component: | gtk2-engine | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | b7.10110111, hugo.pereira.da.costa, web |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ruslan Kabatsayev
2011-04-02 19:53:31 UTC
*** This bug has been marked as a duplicate of bug 269956 *** ok re-oppening because even if the other bug is fixed, background rendering issues still remain in gimp->preferences. The problem is the same: false positive when identifying groupboxes. I have ideas to fix, though. Git commit c33e202872c4e1072aa5056d7c6c2e60ae8cd537 by Hugo Pereira Da Costa. Committed on 03/04/2011 at 11:26. Pushed by hpereiradacosta into branch 'master'. register groupboxes into engine at first call to renderGroupBoxBackground. This fixes false positive to groupboxbackground rendering. CCBUG: 269958 M +1 -0 src/animations/oxygenanimations.cpp M +8 -0 src/animations/oxygenanimations.h A +69 -0 src/animations/oxygengroupboxengine.h [License: LGPL (v2)] M +6 -1 src/oxygenstyle.cpp http://commits.kde.org/oxygen-gtk/c33e202872c4e1072aa5056d7c6c2e60ae8cd537 that closes it for good. |