Browse Source

Remove unneeded call

gh-pages
falkTX 11 years ago
parent
commit
800eecbd5a
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      dgl/StandaloneWindow.hpp

+ 0
- 3
dgl/StandaloneWindow.hpp View File

@@ -44,10 +44,7 @@ protected:
void onReshape(int width, int height) override
{
if (fWidget != nullptr)
{
fWidget->setSize(width, height);
fWidget->onReshape(width, height);
}
Window::onReshape(width, height);
}



Loading…
Cancel
Save