Skip to content

Commit

Permalink
Fix the popup menu bug which occurs when adding a new item and not sh…
Browse files Browse the repository at this point in the history
…ifting positions

See ca5bd03 and issue #39 for more info
  • Loading branch information
sylikc committed Jan 7, 2023
1 parent 83978d5 commit a326463
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/JPEGView/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,15 @@
#define SUBMENU_POS_OPENWITH 3
#define SUBMENU_POS_MODDATE 9
#define SUBMENU_POS_WALLPAPER 10
#define SUBMENU_POS_NAVIGATION 22
#define SUBMENU_POS_DISPLAY_ORDER 23
#define SUBMENU_POS_MOVIE 24
#define SUBMENU_POS_TRANSFORM 26
#define SUBMENU_POS_TRANSFORM_LOSSLESS 27
#define SUBMENU_POS_ZOOM 35
#define SUBMENU_POS_AUTOZOOMMODE 36
#define SUBMENU_POS_SETTINGS 38
#define SUBMENU_POS_USER_COMMANDS 40
#define SUBMENU_POS_NAVIGATION 23
#define SUBMENU_POS_DISPLAY_ORDER 24
#define SUBMENU_POS_MOVIE 25
#define SUBMENU_POS_TRANSFORM 27
#define SUBMENU_POS_TRANSFORM_LOSSLESS 28
#define SUBMENU_POS_ZOOM 36
#define SUBMENU_POS_AUTOZOOMMODE 37
#define SUBMENU_POS_SETTINGS 39
#define SUBMENU_POS_USER_COMMANDS 41

// in the crop menu
#define SUBMENU_POS_CROPMODE 3
Expand Down

0 comments on commit a326463

Please sign in to comment.