Grubuntu / PieMenu

Fork of PieMenu, with some improvements
8 stars 4 forks source link

0.22Dev 38001 : error "'NoneType' object has no attribute 'setObjectName' #89

Open Grubuntu opened 1 week ago

Grubuntu commented 1 week ago

An error occur at FreeCAD startup with 0.22Dev 38001 version:

error "'NoneType' object has no attribute 'setObjectName' https://github.com/FreeCAD/FreeCAD/issues/15218

It prevents to run PieMenu add-on ( some others add-on).

Grubuntu commented 1 week ago

Temporary workaround:

Edit FreeCAD_weekly-builds-38001-conda-Windows-x86_64-py311\Mod\Draft\DraftGui.py Replace the line 208 self.tray = FreeCADGui.UiLoader().createWidget("Gui::ToolBar") by self.tray = QtWidgets.QToolBar()