Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Update window on resize on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman committed Feb 7, 2018
1 parent b0f046f commit f2789a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mac/EditorWidget-osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@
NSRect frame = NSMakeRect(0, 0, width, height);

[view setFrame:frame];

this->setGeometry(QRect(0,0,width, height));
}

0 comments on commit f2789a9

Please sign in to comment.