Skip to content

GestureNavigationStyle logging

Jonathan Wiedemann requested to merge github/fork/DeepSOIC/gesture2_logging into master

Created by: DeepSOIC

chrisb has a problem with gesture zoom on mac. I want to see what's going on. https://forum.freecadweb.org/viewtopic.php?f=9&t=36387

To debug issues other people have, I make the logging optional (when it's enabled, it pollutes report view quite substantially). To enable logging, execute:

App.ParamGet("User parameter:BaseApp/Preferences/View").SetBool("NavigationDebug",True)

Merge request reports