From a2bc00fb8619d2a130500cfcfb458fa2f87c7ca9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 5 Oct 2000 12:20:59 +0000 Subject: SetCursor implemented. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') 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; } -- cgit v1.2.3