mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
tab outline popup location changed
This commit is contained in:
@@ -100,7 +100,7 @@ public class TabOutline {
|
||||
frmOutlineView.getHeight())));
|
||||
frmOutlineView.setLocation(tp.x
|
||||
+ errorCheckerService.getEditor().ta
|
||||
.getWidth() - frmOutlineView.getWidth(),
|
||||
.getWidth()/2 - frmOutlineView.getWidth()/2,
|
||||
frmOutlineView.getY()
|
||||
+ (editor.ta.getHeight() - frmOutlineView
|
||||
.getHeight()) / 2);
|
||||
|
||||
Reference in New Issue
Block a user