mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/coreplugin: Bugfix.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@398 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
20378f7b6b
commit
704eef119e
@ -74,8 +74,8 @@ QWidget *UAVGadgetOptionsPageDecorator::createPage(QWidget *parent)
|
||||
void UAVGadgetOptionsPageDecorator::apply()
|
||||
{
|
||||
m_id = m_config->provisionalName();
|
||||
m_instanceManager->applyChanges(m_config);
|
||||
m_optionsPage->apply();
|
||||
m_instanceManager->applyChanges(m_config);
|
||||
}
|
||||
|
||||
void UAVGadgetOptionsPageDecorator::finish()
|
||||
|
Loading…
Reference in New Issue
Block a user