Skip to content

Commit f909ca5

Browse files
committed
Remove wrong PUGL_CURRENT_POSITION hint set on new embed views
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 93444c1 commit f909ca5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dgl/src/WindowPrivateData.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ static PuglView* puglNewViewWithParentWindow(PuglWorld* const world, const uintp
9494
puglSetParent(view, parentWindowHandle);
9595

9696
if (parentWindowHandle != 0)
97-
{
98-
puglSetPositionHint(view, PUGL_CURRENT_POSITION, 0, 0);
9997
puglSetPositionHint(view, PUGL_DEFAULT_POSITION, 0, 0);
100-
}
10198

10299
return view;
103100
}

0 commit comments

Comments
 (0)