Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505c491 commit b61a28eCopy full SHA for b61a28e
1 file changed
Tools/pynche/Main.py
@@ -146,6 +146,7 @@ def build(master=None, initialcolor=None, initfile=None, ignore=None):
146
app = PyncheWidget(__version__, s, master=master)
147
w = app.window()
148
149
+ # these built-in viewers live inside the main Pynche window
150
s.add_view(StripViewer(s, w))
151
s.add_view(ChipViewer(s, w))
152
s.add_view(TypeinViewer(s, w))
0 commit comments