mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
trying to move up console window for osx/os9
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user