aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 34d3e2289..b0130a793 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -1026,7 +1026,7 @@ gint ScintillaGTK::DestroyWindow(GtkWidget *, ScintillaGTK *sciThis) {
gint ScintillaGTK::Expose(GtkWidget *, GdkEventExpose *ose, ScintillaGTK *sciThis) {
if (sciThis->firstExpose) {
- sciThis->wDraw.SetCursor(Window::cursorText);
+ sciThis->DisplayCursor(Window::cursorText);
sciThis->firstExpose = false;
}