trying to move up console window for osx/os9

This commit is contained in:
benfry
2002-09-02 03:45:51 +00:00
parent 9cadd71f40
commit ff044ba2b1

View File

@@ -235,6 +235,10 @@ public class PdeEditorConsole extends Component {
scrollUpBottom = scrollUpTop + SCROLL_SIZE;
scrollDownBottom = sizeH - SCROLL_INSET;
if ((PdeBase.platform == PdeBase.MACOSX) ||
(PdeBase.platform != PdeBase.MACOS9)) {
scrollDownBottom -= 20; // because size boxes intrude
}
scrollDownTop = scrollDownBottom - SCROLL_SIZE;
g.setColor(scrollEnabledColor);