Revert "qt6.6 scroll issues"

This commit is contained in:
HellAholic 2024-01-10 15:41:20 +01:00 committed by GitHub
parent 8cac5d9119
commit bb0c17b2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 8 deletions

View file

@ -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")))