summaryrefslogtreecommitdiff
path: root/dgl/StandaloneWindow.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-05-17 01:42:37 +0100
committerfalkTX <falktx@gmail.com>2014-05-17 01:42:37 +0100
commit800eecbd5ad8f2562a986ecf686eb78d0455cd61 (patch)
treef8cef343bafab7d7f4da7e659cd9d94e86fbfc89 /dgl/StandaloneWindow.hpp
parent3562ad248c032f7906bde90b81d127009c7f3b43 (diff)
Remove unneeded call
Diffstat (limited to 'dgl/StandaloneWindow.hpp')
-rw-r--r--dgl/StandaloneWindow.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp
index 4cbca0b1..fefa5ab5 100644
--- a/dgl/StandaloneWindow.hpp
+++ b/dgl/StandaloneWindow.hpp
@@ -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);
}