Skip to content
Snippets Groups Projects
Commit fcde7abf authored by srosse's avatar srosse
Browse files

OO-2966: fix the forced width

parent 3afcd1f3
No related branches found
No related tags found
No related merge requests found
......@@ -133,11 +133,13 @@ public class ProgressBar extends AbstractComponent {
}
public boolean isWidthInPercent() {
width = 100;
return widthInPercent;
}
public void setWidthInPercent(boolean widthInPercent) {
if(widthInPercent) {
width = 100;
}
this.widthInPercent = widthInPercent;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment