mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
working on hokey arrow key stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user