aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/macgui/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index dfc7072322..50f908a05a 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -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() {