We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b3e94 commit 5dbfbe9Copy full SHA for 5dbfbe9
libs/openFrameworks/app/ofAppGLFWWindow.cpp
@@ -252,7 +252,6 @@ void ofAppGLFWWindow::setup(const ofGLFWWindowSettings & _settings){
252
#ifdef TARGET_OSX
253
//for OS X we need to set this first as the window size affects the window positon
254
settings.setSize(mode->width, mode->height);
255
- setWindowShape(settings.getWidth(), settings.getHeight());
256
#endif
257
setWindowPosition(settings.getPosition().x,settings.getPosition().y);
258
currentW = mode->width;
@@ -263,7 +262,6 @@ void ofAppGLFWWindow::setup(const ofGLFWWindowSettings & _settings){
263
262
264
auto size = getScreenSize();
265
settings.setSize(size.x, size.y);
266
267
268
currentW = settings.getWidth();
269
currentH = settings.getHeight();
0 commit comments