Skip to content

Commit

Permalink
Fixed timeline thumbnails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 29, 2024
1 parent eec3fb9 commit 031ecd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mrv2/lib/mrvGL/mrvTimelineWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ namespace mrv
int X, Y;
_getThumbnailPosition(X, Y);
p.thumbnailWindow->resize(X, Y, kTHUMB_WIDTH, kTHUMB_HEIGHT);
p.thumbnailWindow->show();
}

int TimelineWidget::_requestThumbnail(bool fetch)
Expand Down
2 changes: 1 addition & 1 deletion mrv2/lib/mrvWidgets/mrvFileDragger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ namespace mrv
X -= p.parent->x();
Y -= p.parent->y();
}
#endif
else
#endif
{
Fl_Group::current(0);
}
Expand Down

0 comments on commit 031ecd9

Please sign in to comment.