diff --git a/klipper/history.cpp b/klipper/history.cpp index cc2298cd4..24e2ef4cf 100644 --- a/klipper/history.cpp +++ b/klipper/history.cpp @@ -126,6 +126,7 @@ void History::slotClear() { qDeleteAll(m_items); m_items.clear(); m_top = 0L; + m_topIsUserSelected = false; emit changed(); }