Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Paul McCarthy
fsleyes
Commits
9ba422f9
Commit
9ba422f9
authored
May 04, 2021
by
Paul McCarthy
🚵
Browse files
RF: Use __onViewPanelClose - interacting with auimanager during shutdown
causes weird problems.
parent
431c0c17
Pipeline
#8336
passed with stages
in 77 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
fsleyes/frame.py
View file @
9ba422f9
...
...
@@ -1287,7 +1287,8 @@ class FSLeyesFrame(wx.Frame):
# It's nice to explicitly clean
# up our FSLeyesPanels, otherwise
# they'll probably complain
self
.
removeAllViewPanels
()
for
vp
in
self
.
__viewPanels
:
self
.
__onViewPanelClose
(
panel
=
vp
,
displaySync
=
False
)
# (not created) self.__overlayMenuActions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment