Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 29, 2024
1 parent 031ecd9 commit cde264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrv2/lib/mrvGL/mrvTimelineWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ namespace mrv
int X, Y;
_getThumbnailPosition(X, Y);
p.thumbnailWindow->resize(X, Y, kTHUMB_WIDTH, kTHUMB_HEIGHT);
p.thumbnailWindow->show();
p.thumbnailWindow->show(); // needed for Windows
}

int TimelineWidget::_requestThumbnail(bool fetch)
Expand Down

0 comments on commit cde264b

Please sign in to comment.