working on hokey arrow key stuff

This commit is contained in:
benfry
2002-09-02 05:12:28 +00:00
parent ff044ba2b1
commit 785efd188e
2 changed files with 78 additions and 5 deletions

View File

@@ -236,8 +236,8 @@ public class PdeEditorConsole extends Component {
scrollDownBottom = sizeH - SCROLL_INSET;
if ((PdeBase.platform == PdeBase.MACOSX) ||
(PdeBase.platform != PdeBase.MACOS9)) {
scrollDownBottom -= 20; // because size boxes intrude
(PdeBase.platform == PdeBase.MACOS9)) {
scrollDownBottom -= 16; // because size boxes intrude
}
scrollDownTop = scrollDownBottom - SCROLL_SIZE;