diff options
| author | nyamatongwe <devnull@localhost> | 2000-06-22 14:01:20 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-06-22 14:01:20 +0000 |
| commit | e448128c06157e09c2355255e1db6a81e075596e (patch) | |
| tree | 5035413c581ec5d70b938f0e0b3227b657837b29 /gtk | |
| parent | bd63a4f381e57366d0d9e58f57242eaa5f4c79c2 (diff) | |
| download | scintilla-mirror-e448128c06157e09c2355255e1db6a81e075596e.tar.gz | |
Caret stability when adding or deleting characters.
Caret redisplayed when focus in on GTK+.
Fixed whitespace visible after indentation option.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index bece77e59..d14bc57ac 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -157,6 +157,7 @@ gint ScintillaGTK::FocusIn(GtkWidget *widget, GdkEventFocus * /*event*/, Scintil GTK_WIDGET_SET_FLAGS(widget, GTK_HAS_FOCUS); sciThis->NotifyFocus(true); sciThis->ShowCaretAtCurrentPosition(); + sciThis->InvalidateCaret(); return FALSE; } |
