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:
3
layers.h
3
layers.h
@@ -23,7 +23,8 @@
|
||||
void Button_Layer_add(void);
|
||||
void Button_Layer_remove(void);
|
||||
void Button_Layer_menu(void);
|
||||
void Button_Layer_color(void);
|
||||
void Button_Layer_set_transparent(void);
|
||||
void Button_Layer_get_transparent(void);
|
||||
void Button_Layer_merge(void);
|
||||
void Button_Layer_up(void);
|
||||
void Button_Layer_down(void);
|
||||
|
||||
Reference in New Issue
Block a user