Hide button: inverted right and left clicks. Fixed credits. Lua: arguments of MatchColor and SetColor are now automatically clamped on 0 and 255 when they are too small or too big, instead of wrapping.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1321 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-02-05 01:27:00 +00:00
parent 06a5bafd32
commit 571cf70b58
7 changed files with 31 additions and 18 deletions

4
init.c
View File

@@ -1372,8 +1372,8 @@ void Init_buttons(void)
0,0,
16,9,
BUTTON_SHAPE_RECTANGLE,
Button_Toggle_toolbar, Button_Toggle_all_toolbars,
1,0,
Button_Toggle_all_toolbars, Button_Toggle_toolbar,
0,1,
Do_nothing,
FAMILY_TOOLBAR);
}