CtrlLib, Core, Doc: GUI23 tutorial takes into account changes in Rect constructor. Also, Rect_, Size_ and Point_ default constructors documentation has been updated.

This commit is contained in:
klugier 2025-06-22 21:07:18 +02:00
parent 3a73f06828
commit cc803d1d53
4 changed files with 21 additions and 8 deletions

View file

@ -3,7 +3,7 @@
using namespace Upp;
struct RandomRectCtrl : public Ctrl {
Rect rect = Rect(Size(0, 0));
Rect rect;
Color color;
void Paint(Draw& w) override {