Exemple #1
0
 public void setMaxHeight(float maxHeight) {
   if (!valuesEqual(cssstyle.maxHeight, maxHeight)) {
     cssstyle.maxHeight = maxHeight;
     dirty();
   }
 }