Paste P544

Masterwork From Distant Lands
ActivePublic

Authored by davidedmundson on Feb 14 2020, 10:10 AM.
diff --git a/src/quickaddons/qtquicksettings.cpp b/src/quickaddons/qtquicksettings.cpp
index deb10de..dbf2c12 100644
--- a/src/quickaddons/qtquicksettings.cpp
+++ b/src/quickaddons/qtquicksettings.cpp
@@ -40,6 +40,7 @@ void KQuickAddons::QtQuickSettings::init()
format.setVersion(3,2);
format.setProfile(QSurfaceFormat::CoreProfile);
}
+ format.setSwapBehavior(QSurfaceFormat::DoubleBuffer);
// Before Qt 5.12.2 this setting was somewhat unstable
// it was opt-in to find bugs both in KDE and Qt
// For 5.13 with modern plasma it should be fine
davidedmundson edited the content of this paste. (Show Details)Feb 14 2020, 10:10 AM
davidedmundson changed the title of this paste from untitled to Masterwork From Distant Lands.