mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Merge pull request #1786 from wxWidgets/fix-issue1782
Ensure the watch list widget is updated after adding a new module
This commit is contained in:
@@ -342,6 +342,7 @@ class EventWatcher(wx.Frame):
|
||||
def updateBindings(self):
|
||||
widget = self._watchedWidget
|
||||
self.unwatch()
|
||||
self.buildWatchList(_noWatchList)
|
||||
if widget:
|
||||
self.watch(widget)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user