Fix color of cursor when using cursor shapes other than Block.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=692321
wilder-portage
Robert Knight 19 years ago
parent c6c12968e8
commit bf308e3216
  1. 2
      src/TerminalDisplay.cpp

@ -568,6 +568,8 @@ void TerminalDisplay::drawCursor(QPainter& painter,
{
if ( _cursorColor.isValid() )
painter.setPen(_cursorColor);
else
painter.setPen(foregroundColor);
if ( _cursorShape == BlockCursor )
{

Loading…
Cancel
Save