[Fixed] Gesture mode in not working

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
User avatar
mfraz74
Posts: 161
Joined: Mon Apr 05, 2021 9:19 am
Contact:

[Fixed] Gesture mode in not working

Post by mfraz74 »

With the current build from the FreeCAD daily PPA and from a git build I've done this morning, I am no longer able to use the gesture mode to navigate the 3D model. If I hold the LMB down I get the RMB menu instead of being able to rotate and RMB doesn't pan.

Code: Select all

OS: Ubuntu 22.04 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.
Build type: Release
Branch: unknown
Hash: a527daa4b3341688073ed7a8dee107e80109276d
Python 3.10.4, Qt 5.15.3, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.1
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * sheetmetal 0.2.49
  * lattice2 1.0.0
  * fcgear 1.0.0
  * Curves 0.4.4
  * Assembly4 0.11.8
  * fasteners
  * A2plus 0.4.56a
  * ThreadProfile 1.81.0
  * Assembly3 0.11.3
  * VendorParts

The AppImage version of 0.20 works as expected:

Code: Select all

OS: Ubuntu 22.04 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.29177 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.20)
Hash: 68e337670e227889217652ddac593c93b5e8dc94
Python 3.9.13, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * sheetmetal 0.2.49
  * lattice2 1.0.0
  * fcgear 1.0.0
  * Curves 0.4.4
  * Assembly4 0.11.8
  * fasteners
  * A2plus 0.4.56a
  * ThreadProfile 1.81.0
  * Assembly3 0.11.3
  * VendorParts
Last edited by Kunda1 on Tue Jun 28, 2022 11:37 am, edited 1 time in total.
Reason: Added [FIXED] to thread title
Syres
Veteran
Posts: 2900
Joined: Thu Aug 09, 2018 11:14 am

Re: Gesture mode in not working

Post by Syres »

@0penbrain has already raised a Pull Request to fix the regression https://github.com/FreeCAD/FreeCAD/pull/7068
User avatar
mfraz74
Posts: 161
Joined: Mon Apr 05, 2021 9:19 am
Contact:

Re: Gesture mode in not working

Post by mfraz74 »

Syres wrote: Thu Jun 23, 2022 10:02 am @0penbrain has already raised a Pull Request to fix the regression https://github.com/FreeCAD/FreeCAD/pull/7068
Thanks.
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: Gesture mode in not working

Post by easyw-fc »

openBrain wrote: Fri Jun 24, 2022 5:29 am La PR est intégrée. Donc normalement ce sera OK à la prochaine weekly.
Je suis vraiment étonné qu'on n'est pas eu plus de posts là-dessus dans le forum :? Rien à part ce thread, même pas sur le forum anglo...
probably because only yesterday the build with the issue has become available on gh
I updated my FC and I had to go back to FC0.20 stable to be able to use it again...
luckily the PR has been merged and the fix will available soon on next build
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Gesture mode in not working

Post by openBrain »

As you can see in the quoted post above, I was surprised to have no report on the English forum. Actually I just failed to see this thread. :lol:
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: Gesture mode in not working

Post by easyw-fc »

openBrain wrote: Fri Jun 24, 2022 10:23 am As you can see in the quoted post above, I was surprised to have no report on the English forum. Actually I just failed to see this thread. :lol:
thanks for your PR :D
Post Reply