(ignore_gui_update)
| 120 | } |
| 121 | |
| 122 | update_scale_domain(ignore_gui_update) { |
| 123 | // Call the base class function to update the scale. |
| 124 | super.update_scale_domain(); |
| 125 | if (ignore_gui_update !== true) { |
| 126 | this.selected_changed(); |
| 127 | } |
| 128 | } |
| 129 | |
| 130 | selected_changed() { |
| 131 | if (this.dirty) { |
nothing calls this directly
no test coverage detected