Fix the keyboard 'click emulation' that wasn't working ...since v2.1 (included). Thanks to spratek for report.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1516 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -497,7 +497,7 @@ int Init_program(int argc,char * argv[])
|
||||
Spare_magnifier_width=0;
|
||||
Spare_magnifier_offset_X=0;
|
||||
Spare_magnifier_offset_Y=0;
|
||||
Keyboard_click_allowed = 0;
|
||||
Keyboard_click_allowed = 1;
|
||||
|
||||
Main_safety_backup_prefix = 'a';
|
||||
Spare_safety_backup_prefix = 'b';
|
||||
|
||||
Reference in New Issue
Block a user