We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I tried to use Ctrl-W to close napari as a shortcut with the console open, I got the traceback:
Ctrl-W
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) ~/projects/napari/napari/_qt/qt_main_window.py in close_window(self=<napari._qt.qt_main_window._QtMainWindow object>) 263 break 264 --> 265 parent = parent.parent() parent = <napari_console.qt_console.QtConsole object at 0x7f08c3cee550> parent.parent = None 266 267 def closeEvent(self, event): TypeError: 'NoneType' object is not callable
possibly setting the viewer as the parent would work, but I don't actually know this.
The text was updated successfully, but these errors were encountered:
For what it's worth, on my macOS 12.5.1 and napari 0.4.16 using Command-W while typing in console works and kills the viewer.
Sorry, something went wrong.
No branches or pull requests
When I tried to use
Ctrl-W
to close napari as a shortcut with the console open, I got the traceback:possibly setting the viewer as the parent would work, but I don't actually know this.
The text was updated successfully, but these errors were encountered: