Add a comment for ClearSelection()

No real changes, just mention that this function does more than just
clearing the selection.
This commit is contained in:
Vadim Zeitlin
2020-04-12 00:58:34 +02:00
parent 1cb2ec06ee
commit 7d56146998

View File

@@ -56,6 +56,8 @@ public:
const wxKeyboardState& kbd = wxKeyboardState(),
bool sendEvent = true );
// Note that this method refreshes the previously selected blocks and sends
// an event about the selection change.
void ClearSelection();
void UpdateRows( size_t pos, int numRows );