Skip to content
Snippets Groups Projects
Commit 419129c6 authored by Tim Molter's avatar Tim Molter
Browse files

added good measure code

parent bce4f181
Branches
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ public class AxisTitle implements IChartPart, IHideable {
this.isVisible = isVisible;
} else {
// don't allow a set to true if text is empty!
this.isVisible = false; // set to false for good measure
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment