diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index f5738ea573..5d338ce692 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -44,6 +44,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: made it's delay a global static variable that can be set and red with JKQTPlotter::setGlobalResizeDelay() and JKQTPlotter::getGlobalResizeDelay()
  • NEW: Using JKQTMathText::useGuiFonts() for FONT rendering by default
  • NEW: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('C').unicode() and JKQTPFilledCharacterSymbol+QChar('C').unicode())
  • +
  • NEW: added the option to register a custom symbol using JKQTPRegisterCustomGraphSymbol()
  • JKQTMathText: