Browse Source

Fix StandaloneWindow override

gh-pages
falkTX 10 years ago
parent
commit
03ddba518e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/StandaloneWindow.hpp

+ 1
- 1
dgl/StandaloneWindow.hpp View File

@@ -41,7 +41,7 @@ public:
}

protected:
void onReshape(int width, int height) override
void onReshape(uint width, uint height) override
{
if (fWidget != nullptr)
fWidget->setSize(width, height);


Loading…
Cancel
Save