diff --git a/syncthingmodel/syncthingrecentchangesmodel.cpp b/syncthingmodel/syncthingrecentchangesmodel.cpp index cb2a6ca2..57aeaf85 100644 --- a/syncthingmodel/syncthingrecentchangesmodel.cpp +++ b/syncthingmodel/syncthingrecentchangesmodel.cpp @@ -235,6 +235,7 @@ void SyncthingRecentChangesModel::handleForkAwesomeIconsChanged() void SyncthingRecentChangesModel::setMaxRows(int maxRows) { m_maxRows = maxRows < 0 ? std::numeric_limits::max() : maxRows; + ensureWithinLimit(); } void SyncthingRecentChangesModel::ensureWithinLimit()