set QMdiArea::DontMaximizeSubWindowOnActivation option for not crashing when loading project while a subwindow is maximized (this looks like a bug in Qt) (closes #2077774)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1573 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-07 13:08:21 +00:00
parent 1d9e040d48
commit f7d69f1161
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
2008-09-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/main_window.cpp:
set QMdiArea::DontMaximizeSubWindowOnActivation option for not
crashing when loading project while a subwindow is maximized (this
looks like a bug in Qt) (closes #2077774)
* src/gui/controller_connection_dialog.cpp:
fixed crash when closing controller select dialog and no controller
has been selected (closes #2078357)