diff --git a/dgl/src/pugl/pugl_osx_extended.m b/dgl/src/pugl/pugl_osx_extended.m index 886de058..1110a89f 100644 --- a/dgl/src/pugl/pugl_osx_extended.m +++ b/dgl/src/pugl/pugl_osx_extended.m @@ -41,11 +41,11 @@ void puglImplSetSize(PuglView* view, unsigned int width, unsigned int height, bo frame.size.width = width; frame.size.height = height+20; - if (forced) { - [window setFrame:frame]; - } else { +// if (forced) { +// [window setFrame:frame]; +// } else { [window setFrame:frame display:YES animate:NO]; - } +// } } void puglImplSetTitle(PuglView* view, const char* title)