|
@@ -41,7 +41,7 @@ public: |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
protected: |
|
|
protected: |
|
|
void onReshape(int width, int height) override |
|
|
|
|
|
|
|
|
void onReshape(uint width, uint height) override |
|
|
{ |
|
|
{ |
|
|
if (fWidget != nullptr) |
|
|
if (fWidget != nullptr) |
|
|
fWidget->setSize(width, height); |
|
|
fWidget->setSize(width, height); |
|
|