Skip to content

Commit

Permalink
Merge pull request #805 from ElderOrb/dont_increment_pos_on_report_lo…
Browse files Browse the repository at this point in the history
…ading

stop incrementing frames on report loading
  • Loading branch information
dericed authored Sep 11, 2023
2 parents ce74602 + f9322eb commit a7aff0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/FileInformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,6 @@ FileInformation::FileInformation (SignalServer* signalServer, const QString &Fil
if(frame.stream().index() == 0) {
m_thumbnails_frames.push_back(frame);

++Frames_Pos;
} else {
int index = frame.stream().index();

Expand Down

0 comments on commit a7aff0f

Please sign in to comment.