industry_gui.c
changeset 4719 413b21513ef7
parent 4634 897461a3e9ca
child 4848 56549aa3e234
--- a/industry_gui.c	Tue Oct 03 17:39:36 2006 +0000
+++ b/industry_gui.c	Tue Oct 03 20:16:20 2006 +0000
@@ -50,8 +50,7 @@
 		break;
 
 	case WE_ABORT_PLACE_OBJ:
-		w->click_state = 0;
-		SetWindowDirty(w);
+		RaiseWindowButtons(w);
 		break;
 	}
 }