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:
parent
80e2678306
commit
ca1dc98d19
@ -434,9 +434,9 @@ static const T_Help_table helptable_credits[] =
|
||||
HELP_TEXT (" Lorenzo Gatti MagerValp maymunbeyin ")
|
||||
HELP_TEXT (" mind MooZ Pasi Kallinen ")
|
||||
HELP_TEXT (" the Peach petter richienyhus ")
|
||||
HELP_TEXT (" tape.yrm TeeEmCee tempest ")
|
||||
HELP_TEXT (" Timo Kurrpa titus^Rab Tobé ")
|
||||
HELP_TEXT (" yakumo9275 00ai99")
|
||||
HELP_TEXT (" spratek tape.yrm TeeEmCee ")
|
||||
HELP_TEXT (" tempest Timo Kurrpa titus^Rab ")
|
||||
HELP_TEXT (" Tobé yakumo9275 00ai99")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" ... posted the annoying bug reports.")
|
||||
HELP_TEXT ("")
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user