update surface dialog when moving a brush

This commit is contained in:
Rudolf Polzer
2010-10-10 16:44:27 +02:00
parent e1ed914df2
commit 90402b6978

View File

@@ -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)