1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-83: Issue should be fixed (the page creation method did not set the checkbox to the saved value). Someone please confirm this now works so that we can close the issue?

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@933 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2010-06-29 09:32:08 +00:00 committed by edouard
parent 179fe28c08
commit 18874f1047

View File

@ -53,6 +53,8 @@ QWidget *ModelViewGadgetOptionsPage::createPage(QWidget *parent)
m_page->modelPathChooser->setPath(m_config->acFilename());
m_page->backgroundPathChooser->setPath(m_config->bgFilename());
m_page->enableVbo->setChecked(m_config->vboEnabled());
return w;
}