(svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving
authorsmatz
Mon, 26 May 2008 10:41:30 +0000
changeset 9363 008c7f18f911
parent 9362 ee98b0755c52
child 9364 5476e1a21517
(svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving
src/terraform_gui.cpp
--- a/src/terraform_gui.cpp	Mon May 26 10:28:59 2008 +0000
+++ b/src/terraform_gui.cpp	Mon May 26 10:41:30 2008 +0000
@@ -340,8 +340,8 @@
 		 * toolbar to left of it
 		 */
 		w->top = 22;
+		w->SetDirty();
 		link->left = w->left - link->width;
-
 		link->SetDirty();
 	}
 }