diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-21 10:25:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-21 10:25:46 +0100 |
| commit | 81915d4db00c333da2debd2f8e9a0c02f7a316a3 (patch) | |
| tree | 68062af342d2ef6c7a3b5aebbe7cb761bbab5372 /src/wx/content_widget.h | |
| parent | 4c905330c2052cd77be09d9deb301f1fcf4b81f2 (diff) | |
wipopt-hacx
Diffstat (limited to 'src/wx/content_widget.h')
| -rw-r--r-- | src/wx/content_widget.h | 6 |
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; |
