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

OP-642 Fixed meta data state bug.

This commit is contained in:
Fredrik Arvidsson 2012-07-08 16:45:58 +02:00
parent 3c32490f7e
commit cbb66e5997

View File

@ -91,6 +91,7 @@ void UAVObjectBrowserWidget::categorize(bool categorize)
m_model->setRecentlyUpdatedTimeout(m_recentlyUpdatedTimeout);
m_model->setOnlyHilightChangedValues(m_onlyHilightChangedValues);
m_browser->treeView->setModel(m_model);
showMetaData(m_browser->metaCheckBox->isChecked());
delete tmpModel;
}