summaryrefslogtreecommitdiff
path: root/src/wx/content_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_widget.h')
-rw-r--r--src/wx/content_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/content_widget.h b/src/wx/content_widget.h
index f7edf6b30..68e257c7f 100644
--- a/src/wx/content_widget.h
+++ b/src/wx/content_widget.h
@@ -211,9 +211,9 @@ private:
void model_changed (ChangeType type, int property)
{
- if (type == ChangeType::DONE && property == _property && !_ignore_model_changes) {
- update_from_model ();
- }
+ // if (type == ChangeType::DONE && property == _property && !_ignore_model_changes) {
+ // update_from_model ();
+ // }
}
T* _wrapped;