Page MenuHomePhabricator

histogram background color in imageStatistics plugin does not change in DarkTheme
Closed, WontfixPublic

Description

should be dark, but is white.

Event Timeline

hentsch triaged this task as Normal priority.Dec 7 2017, 5:26 PM
hentsch created this task.
hentsch added a project: Restricted Project.Dec 8 2017, 8:53 AM
kleina added a subscriber: kleina.

We identified the problem.

  • default style in QtStyleManager does not change the preference
  • preference page does not know about the default style
  • preference page clears the QtStylemanager and thus resets to default each time

-> want to define default in QtStyleManager but also set the preferences (as done in other plugins)
-> check all the resets of the style manager in the preference page

isn't that solved and only the initialization issue remains?

There might also be a Problem when changing the theme. You might have to deselect and reselect the data node. But generally speaking the histogram is available in dark, it works and looks neat.

We will implement a new plugin and have to adapt the theme routines there: {T24182}