This commit is contained in:
Martin Gräßlin 2013-05-21 09:27:38 +02:00
parent 19796b8263
commit 0ccb774309

View file

@ -415,7 +415,7 @@ void KWinCompositingConfig::loadAdvancedTab()
if (config.readEntry<bool>("GLLegacy", false))
index = OPENGL12_INDEX;
else if (config.readEntry<bool>("GCCore", false))
else if (config.readEntry<bool>("GLCore", false))
index = OPENGL31_INDEX;
ui.compositingType->setCurrentIndex(index);