From d428c3065becb1a63f92099e8e165e555be3f36a Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Tue, 3 Dec 2019 10:50:29 +0100 Subject: [PATCH] colon --- ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 646e73e13d..302f326fbc 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -81,7 +81,7 @@

Fixes

Fix for PR #145: fixed linking error on Windows (unresolved external symbol "public: static struct Wt::NoClass Wt::NoClass::none")
  • - WPainter fixed arc drawing code to be consistent across different backends, and with Qt's QPainter. Its behavior used to be erratic when angles larger than 360 degrees or lower than 0 were used. + WPainter: fixed arc drawing code to be consistent across different backends, and with Qt's QPainter. Its behavior used to be erratic when angles larger than 360 degrees or lower than 0 were used.
  • Many documentation tweaks and fixes that were discovered when working on JWt 4.