2012-04-23 06:25:40 PDT
Hmm - looking at the changes, looks like it might be the type of changes sampled below in IconMenuWithPagesGui.java - thinking of it, using Trace width and height should be conditional on split-screen being used. Didn't show up with microemulator tests when I used fullscreen map and fullscreen icon menu - but when map is not full screen, map size is different from icon menu size and I see that this could cause problems.
of buttons and status bar)
*/
- if (getWidth() > getHeight() && numRows > numCols
+ if (Trace.getInstance().getWidth() > Trace.getInstance().getHeight() && numRows > numCols