mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
hide zoom buttons when laying out board in case they're visible and
we're switching to landscape.
This commit is contained in:
parent
7b897acfc1
commit
222f30b5ac
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue