Displayable tile grid (Issue 171)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1007 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1286,6 +1286,14 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = {
|
||||
true,
|
||||
0,
|
||||
0},
|
||||
{158,
|
||||
"Show/Hide Grid",
|
||||
"Turns on or off the visible grid in ",
|
||||
"the magnified view. Grid cells match",
|
||||
"the size ",
|
||||
true,
|
||||
SDLK_g|MOD_SHIFT|MOD_ALT, // Shift + Alt + G,
|
||||
0},
|
||||
};
|
||||
|
||||
word Ordering[NB_SHORTCUTS]=
|
||||
@@ -1448,4 +1456,5 @@ word Ordering[NB_SHORTCUTS]=
|
||||
SPECIAL_ZOOM_16, /**< Sets zoom factor to 16:1 */
|
||||
SPECIAL_ZOOM_18, /**< Sets zoom factor to 18:1 */
|
||||
SPECIAL_ZOOM_20, /**< Sets zoom factor to 20:1 */
|
||||
SPECIAL_SHOW_GRID,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user