]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Merge branch 'release/19.12'
authorNate Graham <nate@kde.org>
Mon, 27 Jan 2020 16:49:44 +0000 (09:49 -0700)
committerNate Graham <nate@kde.org>
Mon, 27 Jan 2020 16:49:44 +0000 (09:49 -0700)
1  2 
src/kitemviews/kitemlistview.cpp

index 5665d9b9cfea918f29787db5b342c483020b0906,21cb2ae9889625f9dfa2f33a5b6a17cb73e0362e..f00805242f9a706138a91ef8ba3672d11d5713b1
@@@ -1,7 -1,8 +1,7 @@@
  /***************************************************************************
   *   Copyright (C) 2011 by Peter Penz <peter.penz19@gmail.com>             *
   *                                                                         *
 - *   Based on the Itemviews NG project from Trolltech Labs:                *
 - *   http://qt.gitorious.org/qt-labs/itemviews-ng                          *
 + *   Based on the Itemviews NG project from Trolltech Labs                 *
   *                                                                         *
   *   This program is free software; you can redistribute it and/or modify  *
   *   it under the terms of the GNU General Public License as published by  *
@@@ -674,7 -675,7 +674,7 @@@ void KItemListView::paint(QPainter* pai
      if (!m_dropIndicator.isEmpty()) {
          const QRectF r = m_dropIndicator.toRect();
  
-         QColor color = palette().brush(QPalette::Normal, QPalette::Highlight).color();
+         QColor color = palette().brush(QPalette::Normal, QPalette::Text).color();
          painter->setPen(color);
  
          // TODO: The following implementation works only for a vertical scroll-orientation