Skip to content
  • Jonathan Colman's avatar
    Fix Zoom Shortcut ordering · 1513cb03
    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
    1513cb03