Skip to content

Commit

Permalink
Fix frame capture when using PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 11, 2024
1 parent bb3ccc0 commit bd8d5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_console/qt_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from napari.utils.naming import CallerFrame


_PREF_LIST = ["napari.", "napari_console.", "in_n_out."]
_PREF_LIST = ["napari.", "napari_console.", "in_n_out.", "qtpy."]


def str_to_rgb(arg):
Expand Down

0 comments on commit bd8d5dc

Please # to comment.