shotgunsoftware / tk-multi-shotgunpanel

Access Flow Production Tracking data inside the artist app.
Other
6 stars 20 forks source link

SG-34346 Fix Dialog widget saved in self._current_panel instead self._current_dialog #82

Closed UmeSiyah closed 8 months ago

UmeSiyah commented 9 months ago

Under Hiero, the NukeEngine.show_panel function will return NukeEngine.show_dialog But the application will still store the created widget in self._current_panel, leaving self._current_dialog empty while a dialog is currently open, which may cause a possible creation of a second dialog.

This commit is fixing it.