OSDN Git Service

ShapeFusion 0.6とマージ。
[marathon/ShapeFusion.git] / Physics / PhysicsEditor.cpp
index cbe58da..0e42f00 100644 (file)
@@ -466,6 +466,9 @@ void PhysicsView::OnTreeSelect(wxTreeEvent& e)
                }
 
                mainbox->Layout();
+
+               // without this, Mac OS X leaves artifacts in the window
+               m_viewFrame->Refresh();
        }
 }