diff options
Diffstat (limited to 'src/libs/gui/App.hpp')
-rw-r--r-- | src/libs/gui/App.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/App.hpp b/src/libs/gui/App.hpp index 196bdd96..956ac9bd 100644 --- a/src/libs/gui/App.hpp +++ b/src/libs/gui/App.hpp @@ -146,7 +146,7 @@ protected: ActivityPorts _activity_ports; /** Used to avoid feedback loops with (eg) process checkbutton - * FIXME: Maybe this should be globally implemented at the Controller level, + * FIXME: This should probably be implemented globally: * disable all command sending while handling events to avoid feedback * issues with widget event callbacks? This same pattern is duplicated * too much... */ |