Date Released
Final Release: August 9, 2018
Desktop
Type | Change |
FIX | GraffitiAccordion now properly refreshes (or not) panels for 2018r2. |
FIX | GraffitiButton text and icons no longer draw blurry. |
FIX | GraffitiSyntaxEditor no longer adds empty lines between lines of code on Windows. |
FIX | GraffitiTabBar once again honors class and tab disabled states when drawing. |
NOTE | Demo warnings about HighDPI being unsupported for HTMLViewer-based components now only show on Xojo versions < 2018.02 |
Web
Type | Change |
ADD | GraffitiWebButtonSegment now has a ButtonFromCaption( buttonCaption as String ) as GraffitiWebSegmentButton method. |
FIX | GraffitiWebButton captions are no longer forced UPPERCASE. |
FIX | GraffitiWebButton now properly centers the caption vertically without requiring a height of 36px. |
FIX | GraffitiWebButtonSegment now has a UnselectedStyle as WebStyle property. |
FIX | GraffitiWebCard's button now actually fires the Action event. |
FIX | GraffitiWebGrid now allows column resizing after the first try. |
FIX | GraffitiWebGrid once again fires the ColumnResized event. |
NOTE | GraffitiWebGrid's column resizing is now a bit smarter. The ColumnResized event will now only fire if the width changed, as opposed to the previous method that would fire change for all columns. |