mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Revert "qt6.6 scroll issues"
This commit is contained in:
parent
8cac5d9119
commit
bb0c17b2fd
4 changed files with 0 additions and 8 deletions
|
@ -71,7 +71,6 @@ class CuraConan(ConanFile):
|
|||
self._cura_env = Environment()
|
||||
self._cura_env.define("QML2_IMPORT_PATH", str(self._site_packages.joinpath("PyQt6", "Qt6", "qml")))
|
||||
self._cura_env.define("QT_PLUGIN_PATH", str(self._site_packages.joinpath("PyQt6", "Qt6", "plugins")))
|
||||
self._cura_env.define("QT_QUICK_FLICKABLE_WHEEL_DECELERATION", "5000")
|
||||
if not self.in_local_cache:
|
||||
self._cura_env.define("CURA_DATA_ROOT", str(self._share_dir.joinpath("cura")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue