If we caught the message in these cases there is no reason to continue on.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user