From: Rudolf Polzer Date: Sun, 10 Oct 2010 14:44:27 +0000 (+0200) Subject: update surface dialog when moving a brush X-Git-Tag: xonotic-v0.5.0~174 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=90402b69785a250119233d2f1d91247e7b61b834;p=xonotic%2Fnetradiant.git update surface dialog when moving a brush --- diff --git a/radiant/brush.h b/radiant/brush.h index 38ee475d..03f76118 100644 --- a/radiant/brush.h +++ b/radiant/brush.h @@ -1203,6 +1203,9 @@ public: ASSERT_MESSAGE(projectionaxis_for_normal(normal) == projectionaxis_for_normal(plane3().normal()), "bleh"); #endif m_observer->planeChanged(); + + if(g_brush_texturelock_enabled) + Brush_textureChanged(); } void assign_planepts(const PlanePoints planepts)