aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-10-05 12:20:59 +0000
committernyamatongwe <unknown>2000-10-05 12:20:59 +0000
commita2bc00fb8619d2a130500cfcfb458fa2f87c7ca9 (patch)
treec80e2b4a5f9c9c89f72fed1ea652a39d45457510 /gtk/ScintillaGTK.cxx
parent64b89c25354dba83c93e8c05150d6db39f6219da (diff)
downloadscintilla-mirror-a2bc00fb8619d2a130500cfcfb458fa2f87c7ca9.tar.gz
SetCursor implemented.
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;
}