Skip to content

Commit

Permalink
Populate model list for new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
machinewrapped committed Feb 17, 2024
1 parent d198470 commit 63a2e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/Widgets/ModelView.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def SetProjectOptions(self, options):
self._toolbar.show()
self._toolbar.show_options = not options.get('movie_name', None)
if self._toolbar.show_options:
self.project_options.show()
self.project_options.OpenOptions()

def ToggleProjectSettings(self, show = None):
if self.project_options.isVisible() and not show:
Expand Down

0 comments on commit 63a2e40

Please sign in to comment.