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 /win32 | |
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 'win32')
-rw-r--r-- | win32/ScintillaWin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 140d0de87..b823ebd05 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -259,9 +259,6 @@ static int InputCodePage() { return atoi(sCodePage); } -//#undef DefWindowProc -//#define DefWindowProc DefWindowProcW - LRESULT ScintillaWin::WndProc(UINT iMessage, WPARAM wParam, LPARAM lParam) { switch (iMessage) { |