mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-567 reduce default highlight timeout from 500ms to 300ms
This commit is contained in:
parent
96cf07e77d
commit
077d1e89d1
@ -122,7 +122,7 @@ void UAVObjectTreeModel::setManuallyChangedColor(QColor color)
|
||||
|
||||
int UAVObjectTreeModel::recentlyUpdatedTimeout() const
|
||||
{
|
||||
return m_settings.value("recentlyUpdatedTimeout", 500).toInt();
|
||||
return m_settings.value("recentlyUpdatedTimeout", 300).toInt();
|
||||
}
|
||||
|
||||
void UAVObjectTreeModel::setRecentlyUpdatedTimeout(int timeout)
|
||||
|
Loading…
Reference in New Issue
Block a user