mirror of
https://git.code.sf.net/p/projectlibre/code
synced 2024-11-01 11:31:47 +01:00
repaint commented
This commit is contained in:
parent
1c81aea9fa
commit
cbc339296f
1 changed files with 6 additions and 6 deletions
|
@ -466,12 +466,12 @@ public class ProjectLibreRibbonUI extends RibbonUI {
|
|||
|
||||
ribbon.add(ribbon.getProjectViews());
|
||||
|
||||
ribbon.addMouseListener(new MouseAdapter() { //repaint to remove the undo-redo button glichtes - SD
|
||||
public void mouseEntered(MouseEvent me)
|
||||
{
|
||||
ribbon.repaint();
|
||||
}
|
||||
});
|
||||
// ribbon.addMouseListener(new MouseAdapter() { //repaint to remove the undo-redo button glichtes - SD
|
||||
// public void mouseEntered(MouseEvent me)
|
||||
// {
|
||||
// ribbon.repaint();
|
||||
// }
|
||||
// });
|
||||
|
||||
this.applicationMenuButton = new JRibbonApplicationMenuButton(
|
||||
this.ribbon);
|
||||
|
|
Loading…
Reference in a new issue