* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39099 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d164619e74
commit
c8224731d2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user