(svn r22246) -Fix: Process order window invalidations for specific orders in command-scope.
This commit is contained in:
@@ -271,7 +271,8 @@ struct TimetableWindow : Window {
|
||||
break;
|
||||
|
||||
default: {
|
||||
if (!gui_scope) break;
|
||||
if (gui_scope) break; // only do this once; from command scope
|
||||
|
||||
/* Moving an order. If one of these is INVALID_VEH_ORDER_ID, then
|
||||
* the order is being created / removed */
|
||||
if (this->sel_index == -1) break;
|
||||
|
Reference in New Issue
Block a user