Dismiss config dialog. Methods: destroy: inherited
(self)
| 184 | self.activate_config_changes() |
| 185 | |
| 186 | def cancel(self): |
| 187 | """Dismiss config dialog. |
| 188 | |
| 189 | Methods: |
| 190 | destroy: inherited |
| 191 | """ |
| 192 | changes.clear() |
| 193 | self.destroy() |
| 194 | |
| 195 | def destroy(self): |
| 196 | global font_sample_text |