MariwanJ / Design456

An attempt to create Direct Modeling workbench for FreeCAD
GNU General Public License v3.0
49 stars 6 forks source link

Uninstalling Design456 WB solved the redundant tabs issue in Prefs>Import/Export. #81

Closed MariwanJ closed 2 years ago

MariwanJ commented 2 years ago

as per this page https://forum.freecadweb.org/viewtopic.php?f=3&t=70029&p=608101&hilit=design456#p608101 I don't have any linux box. But I found another issue in one file and fixed by 59ee07706c3a66600a90ac83a7373b679fedc2a3 I need to investigate where this happen

MariwanJ commented 2 years ago

Issue found at the InitGui.py. I was adding the same what Draft added to the preferences. Never thought about that. Bug is fixed by 686bf7d3fe905e8ef165b7274c95d722e40425ec

MariwanJ commented 2 years ago

I keep this just to let FreeCAD people know that the issue is fixed.

MariwanJ commented 2 years ago

Bug is fixed and announced. close the issue.

luzpaz commented 4 weeks ago

Did the change ever make it to the live branch ? We just saw this bug in a ticket :point_up_2:

MariwanJ commented 4 weeks ago

yes. you can look at the file in main if you want. Bugs people report, I do change the main directly.

luzpaz commented 4 weeks ago

https://github.com/MariwanJ/Design456/blob/be31466f0799651b9330a6377a16309ef08a94fa/Design456Init.py#L68-L73

@MariwanJ is the duplication here necessary ?

MariwanJ commented 4 weeks ago

It is a copy of what you find in Draft. Shouldn't affect FC. I do that only in my WB .. I need to import DRAFT to Design456.

luzpaz commented 4 weeks ago

@MariwanJ it's affecting FC per the bug https://github.com/FreeCAD/FreeCAD/issues/15997 (see the screenshots)

MariwanJ commented 4 weeks ago

@luzpaz Bug fixed by 320b7e613eb69f03a25e30910c8b1cacffcc9cb4 Thanks for reporting