File diff r8584:9141cb2fd096 → r8585:c9a068074baa
src/depot_gui.cpp
Show inline comments
 
@@ -860,8 +860,13 @@ static void DepotWndProc(Window *w, Wind
 
		} break;
 

	
 
		case WE_ABORT_PLACE_OBJ: {
 
			/* abort clone */
 
			w->RaiseWidget(DEPOT_WIDGET_CLONE);
 
			w->InvalidateWidget(DEPOT_WIDGET_CLONE);
 

	
 
			/* abort drag & drop */
 
			WP(w, depot_d).sel = INVALID_VEHICLE;
 
			w->InvalidateWidget(DEPOT_WIDGET_MATRIX);
 
		} break;
 

	
 
			/* check if a vehicle in a depot was clicked.. */