hide zoom buttons when laying out board in case they're visible and

we're switching to landscape.
This commit is contained in:
Andy2 2010-06-08 22:55:40 -07:00
parent 7b897acfc1
commit 222f30b5ac

View file

@ -286,6 +286,9 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
m_letterRect = null;
m_valRect = null;
// We hide zoom on change in orientation
m_zoomButtons.setVisible( false );
BoardDims dims = figureBoardDims( width, height, m_gi );
m_left = dims.left;
m_top = dims.top;