Skip to content

Commit

Permalink
幅のサイズの考慮を忘れていた
Browse files Browse the repository at this point in the history
  • Loading branch information
nonowarn committed Aug 23, 2011
1 parent 21f91a0 commit 0bac9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src_mac/com/group_finity/mascot/mac/MacEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ private static Rectangle getWindowVisibleArea() {
width -= tilesize;
} else /* if ("left".equals(orientation)) */ {
x += tilesize;
width -= tilesize;
}

Rectangle r = new Rectangle(x, y, width, height);
Expand Down

0 comments on commit 0bac9ce

Please sign in to comment.