Bug 290892 - krita uses hard-coded colors instead of palettes in some widgets
Summary: krita uses hard-coded colors instead of palettes in some widgets
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: git master (please specify the git hash!)
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-07 16:50 UTC by Halla Rempt
Modified: 2012-01-22 23:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Halla Rempt 2012-01-07 16:50:31 UTC
Version:           svn trunk
OS:                Linux

Like in KisCategorizedItemDelegate, where we use Qt::gray, Qt::lightgray in the paint routine or Qt::black as hard-coded color for the triangles. This breaks down if the user uses a dark color scheme.

Reproducible: Always

Steps to Reproduce:
X

Actual Results:  
X

Expected Results:  
X

X
Comment 1 Halla Rempt 2012-01-07 16:52:20 UTC
This also holds for the text in the preset docker.
Comment 2 Sven Langkamp 2012-01-07 23:01:34 UTC
Git commit e683a874637fe5208645dae326a9c90a3eb0f236 by Sven Langkamp.
Committed on 07/01/2012 at 23:59.
Pushed by langkamp into branch 'master'.

fix text color in preset docker with other color schemes

M  +3    -1    krita/ui/widgets/kis_preset_chooser.cpp

http://commits.kde.org/calligra/e683a874637fe5208645dae326a9c90a3eb0f236
Comment 3 Sven Langkamp 2012-01-22 23:26:53 UTC
Git commit f9c61cd4eee354fb9caecad62096c8a30d3fe3bc by Sven Langkamp.
Committed on 23/01/2012 at 00:25.
Pushed by langkamp into branch 'master'.

use palette colors, works with dark color schemes too

M  +6    -3    krita/ui/kis_categorized_item_delegate.cpp

http://commits.kde.org/calligra/f9c61cd4eee354fb9caecad62096c8a30d3fe3bc