diff --git a/dgl/src/WindowPrivateData.cpp b/dgl/src/WindowPrivateData.cpp index 4f20fceb..d7a3c934 100644 --- a/dgl/src/WindowPrivateData.cpp +++ b/dgl/src/WindowPrivateData.cpp @@ -94,10 +94,7 @@ static PuglView* puglNewViewWithParentWindow(PuglWorld* const world, const uintp puglSetParent(view, parentWindowHandle); if (parentWindowHandle != 0) - { - puglSetPositionHint(view, PUGL_CURRENT_POSITION, 0, 0); puglSetPositionHint(view, PUGL_DEFAULT_POSITION, 0, 0); - } return view; }