1
0
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:
Philippe Renon 2018-03-26 22:29:46 +02:00
parent 96cf07e77d
commit 077d1e89d1

View File

@ -122,7 +122,7 @@ void UAVObjectTreeModel::setManuallyChangedColor(QColor color)
int UAVObjectTreeModel::recentlyUpdatedTimeout() const int UAVObjectTreeModel::recentlyUpdatedTimeout() const
{ {
return m_settings.value("recentlyUpdatedTimeout", 500).toInt(); return m_settings.value("recentlyUpdatedTimeout", 300).toInt();
} }
void UAVObjectTreeModel::setRecentlyUpdatedTimeout(int timeout) void UAVObjectTreeModel::setRecentlyUpdatedTimeout(int timeout)