You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS the window is not tall enough, because the passed-in rectangle (the size of the image) is used for the entire window, including the title bar. I don't know why, since the API for NSWindow calls the parameter contentRect. You have to convert from contentRect to frameRect yourself in mfb_open():
On MacOS the window is not tall enough, because the passed-in rectangle (the size of the image) is used for the entire window, including the title bar. I don't know why, since the API for
NSWindow
calls the parametercontentRect
. You have to convert fromcontentRect
toframeRect
yourself inmfb_open()
:The text was updated successfully, but these errors were encountered: