Skip to content

Commit 077d1e8

Browse files
committed
LP-567 reduce default highlight timeout from 500ms to 300ms
1 parent 96cf07e commit 077d1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ground/gcs/src/plugins/uavobjectbrowser/uavobjecttreemodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void UAVObjectTreeModel::setManuallyChangedColor(QColor color)
122122

123123
int UAVObjectTreeModel::recentlyUpdatedTimeout() const
124124
{
125-
return m_settings.value("recentlyUpdatedTimeout", 500).toInt();
125+
return m_settings.value("recentlyUpdatedTimeout", 300).toInt();
126126
}
127127

128128
void UAVObjectTreeModel::setRecentlyUpdatedTimeout(int timeout)

0 commit comments

Comments
 (0)