diff options
| author | nyamatongwe <devnull@localhost> | 2003-02-08 02:30:08 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-02-08 02:30:08 +0000 |
| commit | ae908093ca765411c48989f141ba699f97aeaf70 (patch) | |
| tree | f9064b421f5b4f20d195be2630f7f3fedf07fe26 /gtk/ScintillaGTK.cxx | |
| parent | 1aa7625f816c9a2a491586292abf40498b3809b9 (diff) | |
| download | scintilla-mirror-ae908093ca765411c48989f141ba699f97aeaf70.tar.gz | |
Chose arrow cursors more similar to Windows.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 7f73b5723..ef4d5b0e3 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -389,8 +389,8 @@ void ScintillaGTK::MapThis() { GTK_WIDGET_SET_FLAGS(PWidget(wMain), GTK_MAPPED); MapWidget(PWidget(scrollbarh)); MapWidget(PWidget(scrollbarv)); - scrollbarv.SetCursor(Window::cursorReverseArrow); - scrollbarh.SetCursor(Window::cursorReverseArrow); + scrollbarv.SetCursor(Window::cursorArrow); + scrollbarh.SetCursor(Window::cursorArrow); gdk_window_show(PWidget(wMain)->window); } |
