From 5b69c915f40e8245a04948bac882c8f9f32d4c6b Mon Sep 17 00:00:00 2001 From: Petr Bena Date: Tue, 11 Jul 2017 23:16:59 +0200 Subject: [PATCH] fixed 2 years old bug with auto jump to last rev --- huggle/historyform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huggle/historyform.cpp b/huggle/historyform.cpp index d3f816180..fe03747b0 100644 --- a/huggle/historyform.cpp +++ b/huggle/historyform.cpp @@ -232,7 +232,7 @@ void HistoryForm::onTick01() } } bool selected = this->CurrentEdit->RevID == item->RevID.toInt(); - if (x == 0) + if (selected && x == 0) IsLatest = true; item->IsCurrent = true; if (selected)