mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +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;
|
||||
|
||||
SelectedText() {
|
||||
startX = startY = 0;
|
||||
endX = endY = 0;
|
||||
startRow = startCol = 0;
|
||||
endRow = endCol = 0;
|
||||
startX = startY = -1;
|
||||
endX = endY = -1;
|
||||
startRow = startCol = -1;
|
||||
endRow = endCol = -1;
|
||||
}
|
||||
|
||||
bool needsRender() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user