mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
workaround no longer needed
svn path=/trunk/KDE/kdebase/apps/; revision=746029
This commit is contained in:
parent
1d2e10bcb2
commit
f048b7fd65
1 changed files with 0 additions and 3 deletions
|
@ -695,9 +695,6 @@ void KCategorizedView::paintEvent(QPaintEvent *event)
|
|||
}
|
||||
|
||||
QStyleOptionViewItemV3 option = viewOptions();
|
||||
option.palette = palette(); // viewOptions() doesn't seem to return the correct palette
|
||||
// if the app was already running and the color scheme was changed
|
||||
// (ereslibre)
|
||||
option.widget = this;
|
||||
if (wordWrap())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue