(ignore_gui_update)
| 171 | } |
| 172 | |
| 173 | update_scale_domain(ignore_gui_update) { |
| 174 | // Call the base class function to update the scale. |
| 175 | super.update_scale_domain(); |
| 176 | if (ignore_gui_update !== true) { |
| 177 | this.selected_changed(); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | selected_changed() { |
| 182 | //TODO: should the size get overridden if it was set previously and |
nothing calls this directly
no test coverage detected