Revert back grey lines 1

This commit is contained in:
nitorteam 2012-10-09 21:41:13 +05:30
parent 26bbfb1270
commit cc35b4b7d5

View file

@ -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();