Custom color

Issue #100 closed
Former user created an issue

Originally reported on Google Code with ID 100

result.cpp #334
try
pal.setColor( QPalette::Base, bg1);
instead of
pal.setColor( QPalette::Background, bg1);

(listviews have an extra handling here, i.e. background != visible 
background)

Reported by thomas.luebking on 2007-07-30 20:16:17

Comments (4)

  1. Former user Account Deleted

    ``` Committed in trunk. Thanks! ```

    Reported by `ariya.hidayat` on 2007-10-09 15:17:35 - Status changed: `Fixed`

  2. Former user Account Deleted

    Reported by `ariya.hidayat` on 2007-10-09 15:18:53 - Labels added: Milestone-0.9

  3. Log in to comment