Skip to content

Commit

Permalink
fixed 2 years old bug with auto jump to last rev
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jul 11, 2017
1 parent dd8d926 commit 5b69c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huggle/historyform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5b69c91

Please sign in to comment.