* the "auto numlock" option is now off by default, for all the notebook
users (this had irritated me myself when I first used DeskCalc on a notebook) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22273 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
CalcOptions::CalcOptions()
|
CalcOptions::CalcOptions()
|
||||||
: auto_num_lock(true),
|
: auto_num_lock(false),
|
||||||
audio_feedback(false),
|
audio_feedback(false),
|
||||||
show_keypad(true)
|
show_keypad(true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user