File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ abstract class ColumnsFiltersSelection implements ActionListener {
173173
174174 public ColumnsFiltersSelection () {
175175 doubleFmt .setMaximumFractionDigits (2 );
176+ doubleFmt .setGroupingUsed (false );
176177 intFmt .setMaximumFractionDigits (0 );
177178 intFmt .setGroupingUsed (false );
178179 zeroInsets .put ("Button.contentMargins" , insets0 );
Original file line number Diff line number Diff line change 3636
3737public class MafScaling {
3838 private static final Logger logger = Logger .getLogger (MafScaling .class );
39- private static final String Title = "MAF Scaling - v2.4.3 " ;
39+ private static final String Title = "MAF Scaling - v2.4.4 " ;
4040 private static final String OLTabName = "<html>Open Loop</html>" ;
4141 private static final String CLTabName = "<html>Closed Loop</html>" ;
4242 private static final String MRTabName = "<html>MAF Rescale</html>" ;
You can’t perform that action at this time.
0 commit comments