GanttChart Black Background after Updating [message #1425390] |
Wed, 17 September 2014 08:36  |
Eclipse User |
|
|
|
Hey Guys,
when i update after i change the GanttSections,
the GanttChart shows the Sections but the empty space is Black.
How can i fix it?
I attached an image for better understanding.
sorry for my bad english!
Thank you!
Attachment: ganttBug.png
(Size: 26.81KB, Downloaded 384 times)
|
|
|
|
Re: GanttChart Black Background after Updating [message #1425685 is a reply to message #1425390] |
Wed, 17 September 2014 17:34   |
Eclipse User |
|
|
|
Could also be a setting:
package nl.remain.td.planning.gantt;
import org.eclipse.nebula.widgets.ganttchart.DefaultSettings;
/**
* Overrides some settings from the {@link DefaultSettings}.
*
* @author Remain Software - Wim Jongman - https://remainsoftware.com
*
*/
public class GanttSettings extends DefaultSettings {
@Override
public final boolean drawFillsToBottomWhenUsingGanttSections() {
return true;
}
}
|
|
|
|
Powered by
FUDForum. Page generated in 0.04708 seconds