aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-02-02 21:59:02 +1100
committernyamatongwe <unknown>2011-02-02 21:59:02 +1100
commitf9ea03b65b8bf43301f9cf12600e4133700e5f1c (patch)
tree3e336e81ae86c98caa98600c00163ddb6a682009 /macosx/ScintillaMacOSX.cxx
parent4bfbd24479f6f2ec260e2fbc37784cf30416e098 (diff)
downloadscintilla-mirror-f9ea03b65b8bf43301f9cf12600e4133700e5f1c.tar.gz
Made work on Carbon bymaking a simple form of ClearSelection
that fits in command table.
Diffstat (limited to 'macosx/ScintillaMacOSX.cxx')
-rw-r--r--macosx/ScintillaMacOSX.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ScintillaMacOSX.cxx b/macosx/ScintillaMacOSX.cxx
index ea541890b..d1bee757f 100644
--- a/macosx/ScintillaMacOSX.cxx
+++ b/macosx/ScintillaMacOSX.cxx
@@ -1387,7 +1387,7 @@ pascal OSStatus ScintillaMacOSX::CommandEventHandler( EventHandlerCallRef /*inCa
{ kHICommandCut, &ScintillaMacOSX::Cut },
{ kHICommandUndo, &ScintillaMacOSX::Undo },
{ kHICommandRedo, &ScintillaMacOSX::Redo },
- { kHICommandClear, &ScintillaMacOSX::ClearSelection },
+ { kHICommandClear, &ScintillaMacOSX::ClearSelectionSimple },
{ kHICommandSelectAll, &ScintillaMacOSX::SelectAll },
};
const StupidMap<UInt32, bool (ScintillaMacOSX::*)()> canProcessCommands[] = {