If we caught the message in these cases there is no reason to continue on.
This commit is contained in:
parent
63c55f0212
commit
e08d64d0d6
@ -238,11 +238,11 @@ CalcView::MessageReceived(BMessage* message)
|
||||
switch (message->what) {
|
||||
case MSG_OPTIONS_AUTO_NUM_LOCK:
|
||||
ToggleAutoNumlock();
|
||||
break;
|
||||
return;
|
||||
|
||||
case MSG_OPTIONS_AUDIO_FEEDBACK:
|
||||
ToggleAudioFeedback();
|
||||
break;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user