mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Reverted 'copy error' button for 1.0.5, waiting for a better UI design
This commit is contained in:
parent
ffdb0d7d81
commit
cf4584eb29
@ -125,7 +125,7 @@ public class EditorStatus extends JPanel /*implements ActionListener*/ {
|
||||
public void error(String message) {
|
||||
mode = ERR;
|
||||
this.message = message;
|
||||
copyErrorButton.setVisible(true);
|
||||
// copyErrorButton.setVisible(true);
|
||||
repaint();
|
||||
}
|
||||
|
||||
@ -196,7 +196,7 @@ public class EditorStatus extends JPanel /*implements ActionListener*/ {
|
||||
progressBar.setIndeterminate(true);
|
||||
progressBar.setValue(50);
|
||||
progressBar.setVisible(true);
|
||||
copyErrorButton.setVisible(false);
|
||||
// copyErrorButton.setVisible(false);
|
||||
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
|
||||
repaint();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user