Skip to content

Commit

Permalink
Fixed gamma value slider not being updated when changed from image to…
Browse files Browse the repository at this point in the history
… image.
  • Loading branch information
ggarra13 committed Feb 24, 2024
1 parent 4ba3beb commit 5af0d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrv2/docs/HISTORY.md
Expand Up @@ -21,6 +21,8 @@ v1.0.6
- Fixed macOS VideoToolbox's hardware encoding not working when busy.
- Fixed Windows' presets not being read due to spaces in the installed
directory.
- Fixed a long standing bug of gamma (when changed in the top bar slider)
not being reapplied when changing from one clip to another.


v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions mrv2/lib/mrvApp/mrvMainControl.cpp
Expand Up @@ -350,6 +350,7 @@ namespace mrv
view->setStereo3DOptions(p.stereo3DOptions);
view->setTimelinePlayers(p.timelinePlayers);
view->updatePlaybackButtons();
view->updateDisplayOptions();
view->redraw();

p.ui->uiTimeline->setOCIOOptions(p.ocioOptions);
Expand Down Expand Up @@ -395,6 +396,7 @@ namespace mrv
view->setCompareOptions(p.compareOptions);
view->setStereo3DOptions(p.stereo3DOptions);
view->setTimelinePlayers(p.timelinePlayers);
view->updateDisplayOptions();
view->redraw();
}

Expand Down

0 comments on commit 5af0d89

Please sign in to comment.