(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas.
This commit is contained in:
@@ -96,7 +96,7 @@ struct BuildAirToolbarWindow : Window {
|
||||
break;
|
||||
|
||||
case ATW_DEMOLISH:
|
||||
HandlePlacePushButton(this, ATW_DEMOLISH, ANIMCURSOR_DEMOLISH, HT_RECT, NULL);
|
||||
HandlePlacePushButton(this, ATW_DEMOLISH, ANIMCURSOR_DEMOLISH, HT_RECT | HT_DIAGONAL, NULL);
|
||||
this->last_user_action = widget;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user