* 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 {
|
} else {
|
||||||
if (selected)
|
if (selected)
|
||||||
SetHighColor(fSelectBackColor);
|
SetHighColor(fSelectBackColor);
|
||||||
else
|
else {
|
||||||
SetHighColor(cursorVisible ? fCursorBackColor : kTermColorTable[IS_BACKCOLOR(attr)]);
|
SetHighColor(cursorVisible
|
||||||
|
? fCursorBackColor : kTermColorTable[IS_BACKCOLOR(attr)]);
|
||||||
|
}
|
||||||
|
|
||||||
FillRect(rect);
|
FillRect(rect);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user