Diffstat (limited to 'microkde/KDGanttMinimizeSplitter.cpp') (more/less context) (show whitespace changes)
-rw-r--r-- | microkde/KDGanttMinimizeSplitter.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/microkde/KDGanttMinimizeSplitter.cpp b/microkde/KDGanttMinimizeSplitter.cpp index 6cb1f31..253175e 100644 --- a/microkde/KDGanttMinimizeSplitter.cpp +++ b/microkde/KDGanttMinimizeSplitter.cpp @@ -273,2 +273,7 @@ void KDGanttSplitterHandle::paintEvent( QPaintEvent * ) //p.drawRect( rect() ); +#ifndef DESKTOP_VERSION + if ( mMouseDown ) + buffer.fill( QColor( 242,27,255 ) ); + else +#endif buffer.fill( colorGroup().background() ); @@ -285,3 +290,7 @@ void KDGanttSplitterHandle::paintEvent( QPaintEvent * ) if ( mMouseDown ) +#ifndef DESKTOP_VERSION + col = QColor( 178,18,188);//QColor( 242,27,255 );//Qt::white; +#else col = Qt::white; +#endif else |