summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo/renderwindow.cpp
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-11-06 22:42:19 +0200
committerAhmad Samir <a.samirh78@gmail.com>2023-11-17 23:07:01 +0200
commitc94bcecb22bce80101de79f4b3c0aff143ff34b5 (patch)
tree0c746923a8b43048ff711dbec3c6ab25fc90052b /examples/opengl/contextinfo/renderwindow.cpp
parent17372faf3f5e4a9c2577007ed5b38275e64bad89 (diff)
QMdiArea: fix initial single-sub-window in TabbedView
This is somewhat of a corner case, where there is a single sub-window, setViewMode(TabbedView) is called before addSubWindow(), and the latter is called before show(). The sub-window would be active, i.e. subwindow->d_func()->isActive is true and QMdiArea::aboutToActivate() is emitted, but QMA::emitSubWindowActivated() is never called for that sub-window, resulting in that sub-window shown as unmaximized/with-a-title-bar instead of as maximized/tabbed as is expected in TabbedView. Pick-to: 6.6 6.5 Fixes: QTBUG-114188 Change-Id: Ia7b2cfd07c51867707866a1f99f70129bbdc0e3e Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'examples/opengl/contextinfo/renderwindow.cpp')
0 files changed, 0 insertions, 0 deletions