You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
xanth@xanths-box:$ fgmk
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
File "/home/xanth/.local/bin/fgmk", line 8, in
sys.exit(main())
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/main.py", line 86, in main
mw = Editor.MainWindow(mw_arg)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/Editor.py", line 354, in init
self.FancyWindow(self)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/Editor.py", line 490, in FancyWindow
self.myPaletteWidget = tile_palette_wdgt.PaletteWidget(self, self.myTileSet)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/dock/tile_palette_wdgt.py", line 33, in init
self.drawPalette(tileSetInstance)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/dock/tile_palette_wdgt.py", line 57, in drawPalette
self.Grid.addWidget(self.PaletteTileList[-1], i / 6, i % 6)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): too many arguments
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = Qt.Alignment()): argument 2 has unexpected type 'float'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = Qt.Alignment()): argument 2 has unexpected type 'float'
xanth@xanths-box:$
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
xanth@xanths-box:
$ fgmk$Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
File "/home/xanth/.local/bin/fgmk", line 8, in
sys.exit(main())
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/main.py", line 86, in main
mw = Editor.MainWindow(mw_arg)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/Editor.py", line 354, in init
self.FancyWindow(self)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/Editor.py", line 490, in FancyWindow
self.myPaletteWidget = tile_palette_wdgt.PaletteWidget(self, self.myTileSet)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/dock/tile_palette_wdgt.py", line 33, in init
self.drawPalette(tileSetInstance)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/dock/tile_palette_wdgt.py", line 57, in drawPalette
self.Grid.addWidget(self.PaletteTileList[-1], i / 6, i % 6)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): too many arguments
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = Qt.Alignment()): argument 2 has unexpected type 'float'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = Qt.Alignment()): argument 2 has unexpected type 'float'
xanth@xanths-box:
The text was updated successfully, but these errors were encountered: