aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-02-02 21:59:02 +1100
committernyamatongwe <devnull@localhost>2011-02-02 21:59:02 +1100
commit00e49b085ffd982a394057feee62d271798555d0 (patch)
tree22f35e63d2b895eddf0291f68ec04b591e811a6c /macosx/ScintillaMacOSX.cxx
parent08d4b480e016ad91c286bb81d21feb888bb67cd2 (diff)
downloadscintilla-mirror-00e49b085ffd982a394057feee62d271798555d0.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[] = {