mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
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:
parent
3a73f06828
commit
cc803d1d53
4 changed files with 21 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue