Qt: Fix bug with frame not resizing properly
Jeffrey Pfau jeffrey@endrift.com
Wed, 31 Dec 2014 02:27:29 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -156,7 +156,7 @@ emit audioBufferSamplesChanged(opts->audioBuffers);
} if (opts->width && opts->height) { - m_screenWidget->setSizeHint(QSize(opts->width, opts->height)); + resizeFrame(opts->width, opts->height); } m_mruFiles = m_config->getMRU();