diff options
author | nyamatongwe <unknown> | 2000-06-22 14:01:20 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-22 14:01:20 +0000 |
commit | fadf99e46d9b6e4bda9bfae1f6ab3b40ef907d9f (patch) | |
tree | 5035413c581ec5d70b938f0e0b3227b657837b29 /win32/ScintillaWin.cxx | |
parent | 939886fbd57448673355a48d615eb28f6c4a7559 (diff) | |
download | scintilla-mirror-fadf99e46d9b6e4bda9bfae1f6ab3b40ef907d9f.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/ScintillaWin.cxx')
-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) { |