BasicMenuBarUI.java: Fixed tabs to spaces.

2005-04-19  Roman Kennke  <roman@kennke.org>

	* javax/swing/plaf/basic/BasicMenuBarUI.java:
	Fixed tabs to spaces.

From-SVN: r98387
This commit is contained in:
Roman Kennke 2005-04-19 06:29:30 +00:00 committed by Michael Koch
parent 6f5d653386
commit 117e744410
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-04-19 Roman Kennke <roman@kennke.org>
* javax/swing/plaf/basic/BasicMenuBarUI.java:
Fixed tabs to spaces.
2005-04-19 Roman Kennke <roman@kennke.org>
* javax/swing/plaf/basic/BasicMenuUI.java

View File

@ -295,9 +295,9 @@ public class BasicMenuBarUI extends MenuBarUI
public void propertyChange(PropertyChangeEvent e)
{
if (e.getPropertyName().equals("borderPainted"))
menuBar.repaint();
menuBar.repaint();
if (e.getPropertyName().equals("margin"))
menuBar.repaint();
menuBar.repaint();
}
}
}