Skip to content

Commit

Permalink
refresh sequential display index after view changes
Browse files Browse the repository at this point in the history
  • Loading branch information
by408 committed Feb 21, 2024
1 parent e3919e1 commit 5518093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/polyView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ void polyView::refreshPixmap() {
// Draw the data onto the pixmap instead of the screen
// directly. Later we'll display the pixmap without redrawing
// whenever possible for reasons of speed.

m_movie_frame_id = -1;
m_pixmap = QPixmap(size());
m_pixmap.fill(QColor(m_prefs.bgColor.c_str()));

Expand Down

0 comments on commit 5518093

Please sign in to comment.