mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection
This commit is contained in:
parent
ad2fa20fe2
commit
572423d06c
@ -1019,7 +1019,6 @@ struct MainToolbarWindow : Window {
|
||||
virtual void OnDropdownSelect(int widget, int index)
|
||||
{
|
||||
_menu_clicked_procs[widget](index);
|
||||
SndPlayFx(SND_15_BEEP);
|
||||
}
|
||||
|
||||
virtual EventState OnKeyPress(uint16 key, uint16 keycode)
|
||||
|
Loading…
Reference in New Issue
Block a user