We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fa984 commit 57870a7Copy full SHA for 57870a7
Source/Object.cpp
@@ -146,8 +146,8 @@ bool Object::isSelected() const
146
void Object::settingsChanged(String const& name, var const& value)
147
{
148
if (name == "hvcc_mode") {
149
- if (gui && !isHvccCompatible) {
150
- isHvccCompatible = !hvccMode.get() || gui->checkHvccCompatibility();
+ if (gui) {
+ isHvccCompatible = hvccMode.get() || gui->checkHvccCompatibility();
151
}
152
repaint();
153
0 commit comments