summaryrefslogtreecommitdiff
path: root/dgl/src/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dgl/src/Window.cpp')
-rw-r--r--dgl/src/Window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/src/Window.cpp b/dgl/src/Window.cpp
index 06549785..18c0d5f6 100644
--- a/dgl/src/Window.cpp
+++ b/dgl/src/Window.cpp
@@ -153,7 +153,7 @@ struct Window::PrivateData {
fView(puglInit()),
fFirstInit(true),
fVisible(parentId != 0),
- fResizable(parentId == 0),
+ fResizable(true),
fUsingEmbed(parentId != 0),
fWidth(1),
fHeight(1),