Fixed bug: Set of pending commands could not be canceled
This commit is contained in:
parent
797c213100
commit
ffb488a8c1
1 changed files with 7 additions and 0 deletions
|
@ -870,6 +870,13 @@ global void UIHandleButtonDown(int b)
|
|||
}
|
||||
return;
|
||||
}
|
||||
if( CursorOn==CursorOnButton ) {
|
||||
// FIXME: other buttons?
|
||||
if( ButtonUnderCursor>9 ) {
|
||||
DoButtonButtonClicked(ButtonUnderCursor-10);
|
||||
return;
|
||||
}
|
||||
}
|
||||
ClearStatusLine();
|
||||
ClearCosts();
|
||||
CursorState=CursorStatePoint;
|
||||
|
|
Loading…
Add table
Reference in a new issue