Fix Typo
This commit is contained in:
parent
19796b8263
commit
0ccb774309
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue