mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
qt6.6 scroll issues
CURA-11468
This commit is contained in:
parent
6aaee84b95
commit
2fbdb633e1
4 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,7 @@ 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