mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
flip width/height
This commit is contained in:
+1
-1
@@ -483,7 +483,7 @@ public class EditorMarkupModelImpl extends MarkupModelImpl implements EditorMark
|
||||
if (!transparent()) {
|
||||
g.setColor(getEditor().getColorsScheme().getDefaultBackground());
|
||||
Rectangle bounds = getBounds();
|
||||
g.fillRect(bounds.x, bounds.y, bounds.height, bounds.width);
|
||||
g.fillRect(bounds.x, bounds.y, bounds.width, bounds.height);
|
||||
}
|
||||
|
||||
if (myErrorStripeRenderer != null) {
|
||||
|
||||
Reference in New Issue
Block a user