diff options
| author | 2016-01-01 17:02:24 +0100 | |
|---|---|---|
| committer | 2016-01-01 17:02:24 +0100 | |
| commit | b2aa6e4da9e87ee1a99124cd7ada34ca7e05e829 (patch) | |
| tree | b14f3e32a388d54a2aa8b1fe5c1cfae2c7d07339 /src | |
| parent | improve destinction between ircbot<->alienircop icons (diff) | |
| download | KVIrc-b2aa6e4da9e87ee1a99124cd7ada34ca7e05e829.tar.gz KVIrc-b2aa6e4da9e87ee1a99124cd7ada34ca7e05e829.tar.bz2 KVIrc-b2aa6e4da9e87ee1a99124cd7ada34ca7e05e829.zip | |
Don't use a stylesheet to style KviThemedComboBoxes with the Breeze theme.
Breeze is buggy and the whole container widget is not drawn at all.
Fixes #1799.
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/ui/KviThemedComboBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/KviThemedComboBox.cpp b/src/kvirc/ui/KviThemedComboBox.cpp index dada01040..f0bbe3d36 100644 --- a/src/kvirc/ui/KviThemedComboBox.cpp +++ b/src/kvirc/ui/KviThemedComboBox.cpp @@ -62,7 +62,7 @@ void KviThemedComboBox::applyOptions() bool bIsTrasparent = false; #endif - if(style()->objectName() == "oxygen" || style()->objectName().startsWith("ia-ora-")) + if(style()->objectName() == "oxygen" || style()->objectName().startsWith("ia-ora-") || style()->objectName() == "breeze") { // workaround for broken oxygen in kde4.4: use palette() instead that stylesheet // ia-ora- are the mandriva default styles |
