The 'Clear' function now clears with Transparent color instead of hard-coded 0. Outside edges of images are also drawn with this color. Reduced max layers to 16, for consistency with UI. Added help screens for Layer menu and Brush factory.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1349 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
10
hotkeys.c
10
hotkeys.c
@@ -903,9 +903,9 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = {
|
||||
0},
|
||||
{104,
|
||||
"Clear page",
|
||||
"Clears the picture with the first",
|
||||
"color of the palette (usually black)",
|
||||
"",
|
||||
"Clears the picture with color 0,",
|
||||
"or the transparent color if it's",
|
||||
"a layered image.",
|
||||
true,
|
||||
SDLK_BACKSPACE, // BackSpace
|
||||
0},
|
||||
@@ -1471,8 +1471,8 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = {
|
||||
0},
|
||||
{180,
|
||||
"Layers menu",
|
||||
"Opens the window with layer options.",
|
||||
"",
|
||||
"Opens a window with options related",
|
||||
"to layers and image transparency.",
|
||||
"",
|
||||
true,
|
||||
SDLK_HOME|MOD_ALT, // Alt + Home
|
||||
|
||||
Reference in New Issue
Block a user