Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 15, 2023
1 parent 5675877 commit d8a4545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrv2/lib/mrvFl/mrvPreferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ namespace mrv
timeline::Background type = static_cast<timeline::Background>(
std_any_empty(value) ? 0 : std_any_cast<int>(value));
timeline::BackgroundOptions backgroundOptions;
backgroundOptions.type = type;
ui->uiView->setBackgroundOptions(backgroundOptions);

// Handle Dockgroup size (based on percentage)
Expand Down

0 comments on commit d8a4545

Please sign in to comment.