Fix Zoom Shortcut ordering
Previous commit inserted ZoomToHeightShortcut after ZoomToWidthShortcut in Shortcuts enum. This result in RelativeZoomModeShortcut's combinations to shortcut to "Fit Page Height" instead. Fixed by moving ZoomToHeightShortcut to end of enum. BUG:410929
Please register or sign in to comment