Part Design Functionality changed

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!
Post Reply
bobrim63
Posts: 2
Joined: Tue Jan 31, 2023 1:21 am

Part Design Functionality changed

Post by bobrim63 »

I have run into an issue in the Part Design Workbench within the last couple of weeks with the Mac version. The whole issue exists in the Combo View. This issue is easy to recreate.
1. File new
2. Create Body
3. Create Sketch XY_Plane
4. Choose Circle and draw circle from axis center.
5. Constrain Circle Diameter to 10mm.
6. Close task.
7. Pad Part. Click OK.

This is where the issue exists, or functionality has changed. In the past, double clicking the pad in the Combo View that was just created would bring up the pad dialog in Tasks of the Combo View. Recently double clicking brings up the translate dialog. I can get to the Pad parameters by single clicking pad and then editing values in the Property/Value area. Or, I can get to the Pad dialog by right clicking Pad and select Edit Pad. Frequently if I need to edit the pad, it is because I forgot to place a value in a spreadsheet for a parametric pad. So I edit the spreadsheet and then go back to enter the spreadsheet parameter for the Pad Length.

It is not limited to Pad. If I do a revolution, the same thing happens. A double click on revolution in the Combo View takes me to Translate. If I right click, I can select Edit Revolution and get to where I want.

I much rather prefer double clicking take me to the appropriate dialog. I don't see a need to constantly translate everything.

My version info is:

Code: Select all

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.21.0.31709 (Git)
Build type: Release
Branch: master
Hash: e188802ca6997d2564e7570ab648462e6a059f87
Python 3.10.8, Qt 5.15.6, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: C/Default (C)
Installed mods: 
  * ThreadProfile 1.83.0
  * dodo
  * sheetmetal.backup1663254342.459754
  * sheetmetal.backup1663252767.516832
  * sheetmetal.backup1663253572.586379
  * sheetmetal.backup1663252689.521863
  * A2plus 0.4.59
  * fasteners 0.4.6
  * sheetmetal 0.2.57
  * sheetmetal.backup1663254477.573518
  * sheetmetal.backup1663270894.490148
Thanks.

Bob
User avatar
Jolbas
Posts: 330
Joined: Sat Mar 26, 2022 7:48 am
Location: Sweden

Re: Part Design Functionality changed

Post by Jolbas »

In the Edit Menu, there is a "Edit Mode" submenu where you can choose what happens on double click. Try change it to "Default"
Bance
Veteran
Posts: 4255
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Part Design Functionality changed

Post by Bance »

It is also possible to make such changes directly in the value column of the data tab in combo view.
Snip macro screenshot-454d6b.png
Snip macro screenshot-454d6b.png (58.61 KiB) Viewed 531 times
user1234
Veteran
Posts: 3505
Joined: Mon Jul 11, 2016 5:08 pm

Re: Part Design Functionality changed

Post by user1234 »

Is related to this https://forum.freecadweb.org/viewtopic.php?f=13&t=75651 and this https://forum.freecadweb.org/viewtopic.php?f=3&t=75591. Somehow Qt 5.15.6 does not work correctly.

Greetings
user1234
bobrim63
Posts: 2
Joined: Tue Jan 31, 2023 1:21 am

Re: Part Design Functionality changed

Post by bobrim63 »

Thanks Jolbas. Your solution was what I was needed. It now works the way I was expecting. I kept looking for a setting like that in the preferences.
Post Reply