[bug 4705] [Draft] toolbar is active for all workbenches

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: [bug 4705] [Draft] toolbar is active for all workbenches

Post by uwestoehr »

marioalexis wrote: Tue Jul 20, 2021 4:23 am I guess it's still happens today. Seems to be some kind of problem with Conda packages (AppImage also uses Conda).
I don't use Conda, I compile FreeCAD by myself using the LibPack. So the reason must be something else.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [bug 4705] [Draft] toolbar is active for all workbenches

Post by Roy_043 »

It is an important clue. The issue seems to be compilation related.

The problem occurs in this version (and in other "Conda" versions):
FreeCAD_weekly-builds-25220-Win-Conda_vc14.x-x86_64.7z
OS: Windows 8.1 (6.3)

Code: Select all

Word size of FreeCAD: 64-bit
Version: 0.20.25220 (Git)
Build type: Release
Branch: master
Hash: 46282db7c8c65d1205a4cd03499d4beadb1573c6
Python version: 3.8.10
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.2
Locale: Dutch/Netherlands (nl_NL)
But not in this version (or in other "LPv" versions):
FreeCAD_0.20.25306_Win-LPv12.5.4_vc17.x-x86-64.7z

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.25306 (Git)
Build type: Release
Branch: master
Hash: 5f5b3d9b67136edda1f6738f1a83154990f7839d
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Dutch/Netherlands (nl_NL)
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: [bug 4705] [Draft] toolbar is active for all workbenches

Post by uwestoehr »

Roy_043 wrote: Sun Jul 25, 2021 7:37 am But not in this version (or in other "LPv" versions):
Interesting, because I use LibPack 12.5.4 too:

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.25327 (Git)
Build type: Release
Branch: master
Hash: 1cc9c88be19d582540620d5c69d00fa30f6ef805
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: German/Germany (de_DE)

I compiled now everything new from scratch but the issue persists. The only difference I see is that you use Windows 8.1 but I cannot imagine that this makes the difference.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [bug 4705] [Draft] toolbar is active for all workbenches

Post by Roy_043 »

I do not know anything about compiling, but maybe this helps?:
https://forum.freecadweb.org/viewtopic. ... 96#p507306
Post Reply