Skip to content
  • Jonathan Colman's avatar
    Fix Zoom Shortcut ordering · 3e810e68
    Jonathan Colman authored and Dmitry Kazakov's avatar Dmitry Kazakov committed
    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
    3e810e68