summaryrefslogtreecommitdiffstats
path: root/src/app/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/event.rs')
-rw-r--r--src/app/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/event.rs b/src/app/event.rs
index a6afb2d8..9201e2c0 100644
--- a/src/app/event.rs
+++ b/src/app/event.rs
@@ -45,7 +45,7 @@ pub enum WidgetEventResult {
/// How a widget should handle a widget selection request.
pub enum SelectionAction {
- /// This event occurs if the widget internally handled the selection action.
+ /// This event occurs if the widget internally handled the selection action. A redraw is required.
Handled,
/// This event occurs if the widget did not handle the selection action; the caller must handle it.
NotHandled,