Keyboard shortcuts that open a window now also close it (Issue 88). Fixed a recent bug that made contextual help in FX window only work once.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1004 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
engine.c
2
engine.c
@@ -778,7 +778,7 @@ void Main_handler(void)
|
||||
Key=0;
|
||||
break;
|
||||
case SPECIAL_EXCLUDE_COLORS_MENU : // Exclude colors menu
|
||||
Menu_tag_colors("Tag colors to exclude",Exclude_color,&temp,1, NULL);
|
||||
Menu_tag_colors("Tag colors to exclude",Exclude_color,&temp,1, NULL, SPECIAL_EXCLUDE_COLORS_MENU);
|
||||
Key=0;
|
||||
break;
|
||||
case SPECIAL_INVERT_SIEVE :
|
||||
|
||||
Reference in New Issue
Block a user