void ApplyCurrentBounds()
 {
     if (m_View.IsAssetEditable())
     {
         m_BoundsRecorder.ApplyCurrentBounds();
     }
 }