mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Removing "board: " prefix from line status bar.
This commit is contained in:
parent
365d4acf6e
commit
91a94cbe7e
@ -109,7 +109,7 @@ public class EditorLineStatus extends JComponent {
|
|||||||
g.drawString(text, 6, baseline);
|
g.drawString(text, 6, baseline);
|
||||||
|
|
||||||
g.setColor(messageForeground);
|
g.setColor(messageForeground);
|
||||||
String tmp = "board: " + name + " on " + serialport;
|
String tmp = name + " on " + serialport;
|
||||||
|
|
||||||
Rectangle2D bounds = g.getFontMetrics().getStringBounds(tmp, null);
|
Rectangle2D bounds = g.getFontMetrics().getStringBounds(tmp, null);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user