[Solved] Possible to Disable Auto Switching to Tasks Tab?

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!
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by openBrain »

True that PartDesign (specifically) has this automatism that switches to Task when its activated.
And no option to change that. :?
rebeltaz
Posts: 172
Joined: Wed Apr 03, 2019 5:03 pm

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by rebeltaz »

openBrain wrote: Fri Jul 12, 2019 5:10 pm True that PartDesign (specifically) has this automatism that switches to Task when its activated.
And no option to change that. :?
Crap... well, I guess that answers that, then, doesn't it? That really is annoying... for what it's worth....
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by openBrain »

For me it would be OK that this behavior is removed or optional. Let's wait a bit for the community opinion. ;)
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by chrisb »

I know this automated switch to task tab from double clicking a body. I could not find out yet, why it doesn't do this always, but I never found it useful.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by openBrain »

I submitted a PR to have a (very) basic ability to prevent this behavior (specifically switching to Task Panel when PartDesign WB is activated) => https://github.com/FreeCAD/FreeCAD/pull/2339
To do so, you have to create a boolean parameter called 'SwitchToTask' in "Mod/PartDesign" and set it to 'false'. ;)

HTH
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by openBrain »

PR is merged thus feature shall be available in the coming daily build.
@yorik documented it at merge time in Fine-tuning. ;)
rebeltaz
Posts: 172
Joined: Wed Apr 03, 2019 5:03 pm

Re: Possible to Disable Auto Switching to Tasks Tab?

Post by rebeltaz »

That is AWESOME news! Thank you guys!
Post Reply