mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
OP-642 Fixed meta data state bug.
This commit is contained in:
parent
3c32490f7e
commit
cbb66e5997
@ -91,6 +91,7 @@ void UAVObjectBrowserWidget::categorize(bool categorize)
|
|||||||
m_model->setRecentlyUpdatedTimeout(m_recentlyUpdatedTimeout);
|
m_model->setRecentlyUpdatedTimeout(m_recentlyUpdatedTimeout);
|
||||||
m_model->setOnlyHilightChangedValues(m_onlyHilightChangedValues);
|
m_model->setOnlyHilightChangedValues(m_onlyHilightChangedValues);
|
||||||
m_browser->treeView->setModel(m_model);
|
m_browser->treeView->setModel(m_model);
|
||||||
|
showMetaData(m_browser->metaCheckBox->isChecked());
|
||||||
|
|
||||||
delete tmpModel;
|
delete tmpModel;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user