* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39099 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-10-23 22:31:51 +00:00
parent d164619e74
commit c8224731d2

View File

@ -1194,8 +1194,10 @@ TermView::_DrawCursor()
} else {
if (selected)
SetHighColor(fSelectBackColor);
else
SetHighColor(cursorVisible ? fCursorBackColor : kTermColorTable[IS_BACKCOLOR(attr)]);
else {
SetHighColor(cursorVisible
? fCursorBackColor : kTermColorTable[IS_BACKCOLOR(attr)]);
}
FillRect(rect);
}