Enable OpenCSG as default for capable OpenGL 1.x contexts as this appears to be the normal situation

felipesanches-svg
Marius Kintel 2011-12-28 21:32:56 +01:00
parent 6b5c103d57
commit 2799c8e990
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@ p, li { white-space: pre-wrap; }
<property name="text">
<string>Enable OpenCSG</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View File

@ -50,7 +50,7 @@ Preferences::Preferences(QWidget *parent) : QMainWindow(parent)
this->defaultmap["editor/fontfamily"] = this->fontChooser->currentText();
this->defaultmap["editor/fontsize"] = this->fontSize->currentText().toUInt();
this->defaultmap["advanced/opencsg_show_warning"] = true;
this->defaultmap["advanced/enable_opencsg_opengl1x"] = false;
this->defaultmap["advanced/enable_opencsg_opengl1x"] = true;
// Toolbar
QActionGroup *group = new QActionGroup(this);