mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
more whacks at #3591
This commit is contained in:
@@ -866,7 +866,7 @@ public class JavaTextAreaPainter extends TextAreaPainter
|
||||
|
||||
|
||||
@Override
|
||||
public int getWidth() {
|
||||
public int getScrollWidth() {
|
||||
// https://github.com/processing/processing/issues/3591
|
||||
return super.getWidth() - Editor.LEFT_GUTTER;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user