From 7d5614699866a1fb5adfac865d56aef9a8d70d28 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Apr 2020 00:58:34 +0200 Subject: [PATCH] Add a comment for ClearSelection() No real changes, just mention that this function does more than just clearing the selection. --- include/wx/generic/gridsel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/generic/gridsel.h b/include/wx/generic/gridsel.h index 9dd67a492a..c6859d94d6 100644 --- a/include/wx/generic/gridsel.h +++ b/include/wx/generic/gridsel.h @@ -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 );