Fix a mouse dropping remaining when clicking layer color. Made the button pick current transp color when left-clicking, and set it on right-click.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1201 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -2498,9 +2498,16 @@ static const T_Help_table helptable_layertrans[] =
|
||||
|
||||
HELP_TITLE("LAYERS TRANSPARENCY")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("LEFT CLICK")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Sets the transparent color as background pen")
|
||||
HELP_TEXT ("color.")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("RIGHT CLICK")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("The current Background color becomes the")
|
||||
HELP_TEXT ("color considered transparent for the layers.")
|
||||
|
||||
|
||||
};
|
||||
static const T_Help_table helptable_layermerge[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user