If we caught the message in these cases there is no reason to continue on.

This commit is contained in:
John Scipione 2012-04-18 02:57:55 -04:00
parent 63c55f0212
commit e08d64d0d6

View File

@ -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;
}
}