Skip to content

Commit

Permalink
Formatting and additions to HISTORY.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 27, 2023
1 parent f1aef66 commit 1fd0ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ v0.5.1
- Improved drawing overlaps of multiple annotations. Only when the erase tool
is used does the drawing get reversed.
- Made cursor re-appear if drawing and using the right mouse button menu.
- Fixed saving of annotations in EXR imges when they were big.

v0.5.0
------
Expand Down
2 changes: 1 addition & 1 deletion mrv2/lib/mrvFl/mrvSaving.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ namespace mrv
view->redraw();
// flush is needed
Fl::flush();

X = (viewportSize.w - renderSize.w) / 2;
Y = (viewportSize.h - renderSize.h) / 2;
}
Expand Down

0 comments on commit 1fd0ee9

Please sign in to comment.