mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Horizontal scrollbar fix to close issue 316
This commit is contained in:
@@ -181,7 +181,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
|
||||
textarea = new JEditTextArea(new PdeTextAreaDefaults());
|
||||
textarea.setRightClickPopup(new TextAreaPopup());
|
||||
textarea.setHorizontalOffset(6);
|
||||
textarea.setHorizontalOffset(JEditTextArea.leftHandGutter);
|
||||
|
||||
// assemble console panel, consisting of status area and the console itself
|
||||
consolePanel = new JPanel();
|
||||
|
||||
@@ -19,7 +19,7 @@ public class WebServer implements HttpConstants {
|
||||
|
||||
/* Where worker threads stand idle */
|
||||
static Vector threads = new Vector();
|
||||
|
||||
|
||||
/* the web server's virtual root */
|
||||
//static File root;
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user