Summary: | kcalc does not fully emulate Gtk+ style | ||
---|---|---|---|
Product: | [Applications] kcalc | Reporter: | Krenar Qehaja <kedadi> |
Component: | general | Assignee: | Klaus Niederkrüger <kniederk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.0 | |
Sentry Crash Report: | |||
Attachments: | kcalc Gtk+ style emulate failure |
Description
Krenar Qehaja
2010-05-13 15:52:26 UTC
Created attachment 43540 [details]
kcalc Gtk+ style emulate failure
You can tell the difference between the kcalc's main interface and the About Dialog. The About Dialog emulates the Gtk+ style as it should while the main interface of kcalc does not really; number buttons are squarish and do not feel Gtk.
SVN commit 1169124 by cfeck: Do not apply style sheets when using default button colors Qt cannot handle style sheets with a changed palette on "pixmap based" styles, and falls back to the "Windows" style. To work around styles' limitation, we only set the style sheet if any of the colors has been customized. This ensures all buttons get a consistent frame even if only one of the colors has been changed. If you still see this bug, remove .kcalcrc BUG: 237513 FIXED-IN: 4.6.0 M +11 -0 kcalc.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1169124 |