ControllerRackView: fixed widget size issues after closing
commitc1fe40fd706150cc721e03f1f6d197fa00903fd6
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 23 Jan 2011 22:54:06 +0000 (23 23:54 +0100)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 23 Jan 2011 22:59:22 +0000 (23 23:59 +0100)
tree25699e22243cdfc98382d217ab2f8ac434dc9ad6
parent6d4fd201fa8ab375ea27150b2e6a1241dccafc1d
ControllerRackView: fixed widget size issues after closing

There were some issues with the ControllerRackView when closing it
with recent Qt versions. Issue seems to be fixed by not setting a
size constraint policy for the QMdiSubWindow.

Partially closes #3149779.
(cherry picked from commit f67e8e0af703dc41abe4cee11100e71d8f7b1a71)
src/gui/widgets/ControllerRackView.cpp