mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-06 08:41:38 +00:00
GRAPHICS: MACGUI: Do not draw selection in the initial state
This commit is contained in:
parent
5249e5a8af
commit
6e690dbca9
@ -35,10 +35,10 @@ struct SelectedText {
|
|||||||
int endRow, endCol;
|
int endRow, endCol;
|
||||||
|
|
||||||
SelectedText() {
|
SelectedText() {
|
||||||
startX = startY = 0;
|
startX = startY = -1;
|
||||||
endX = endY = 0;
|
endX = endY = -1;
|
||||||
startRow = startCol = 0;
|
startRow = startCol = -1;
|
||||||
endRow = endCol = 0;
|
endRow = endCol = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool needsRender() {
|
bool needsRender() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user