Reset the active button to the initially active one.
(self)
| 1968 | self._observers.process('clicked', self.labels[index].get_text()) |
| 1969 | |
| 1970 | def clear(self): |
| 1971 | """Reset the active button to the initially active one.""" |
| 1972 | self.set_active(self._initial_active) |
| 1973 | |
| 1974 | |
| 1975 | class SubplotTool(Widget): |