mirror of
https://git.code.sf.net/p/projectlibre/code
synced 2024-11-01 03:21:46 +01:00
Revert back grey lines 1
This commit is contained in:
parent
26bbfb1270
commit
cc35b4b7d5
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ public class ProjectLibreRibbonUI extends RibbonUI {
|
|||
|
||||
Graphics2D g2d = (Graphics2D) g.create();
|
||||
g2d.setColor(FlamingoUtilities.getBorderColor());
|
||||
// g2d.draw(outerContour); //borders removed -SD
|
||||
g2d.draw(outerContour); //borders removed -SD
|
||||
|
||||
// check whether the currently selected task is a contextual task
|
||||
RibbonTask selected = this.ribbon.getSelectedTask();
|
||||
|
|
Loading…
Reference in a new issue