Browse Source

Remove wrong PUGL_CURRENT_POSITION hint set on new embed views

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 1 month ago
parent
commit
f909ca5acd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      dgl/src/WindowPrivateData.cpp

+ 0
- 3
dgl/src/WindowPrivateData.cpp View File

@@ -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;
}


Loading…
Cancel
Save