aboutsummaryrefslogtreecommitdiff
path: root/gui/editable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/editable.cpp')
-rw-r--r--gui/editable.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/editable.cpp b/gui/editable.cpp
index ef6bf44d0e..57723bcbcd 100644
--- a/gui/editable.cpp
+++ b/gui/editable.cpp
@@ -22,7 +22,6 @@
* $Id$
*/
-#include "common/stdafx.h"
#include "common/events.h"
#include "gui/editable.h"
#include "gui/newgui.h"
@@ -190,7 +189,7 @@ void EditableWidget::drawCaret(bool erase) {
y += getAbsY();
g_gui.theme()->drawCaret(Common::Rect(x, y, x + 1, y + editRect.height() - 2), erase);
-
+
_caretVisible = !erase;
}