OPM / ResInsight

3D viewer and post processing of reservoir models
http://resinsight.org/
GNU General Public License v3.0
173 stars 91 forks source link

MDI Windows: Remove forced activation when MDI windows are created/updated #4764

Open JacobStoren opened 4 years ago

lindkvis commented 4 years ago

Good luck with this one. We have a whole host of window activations happening to work around Qt bugs on Mdi. See RiuMainWindow::tileSubWindows() and RiuMdiArea::resizeEvent()

Qt is very buggy in regards to the order of MDI windows and we have to re-activate windows in a particular order during tiling and resizing of the main window.