]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Bug: Active area became empty when the last widget deleted from the them and area...
authorsan <san@opencascade.com>
Tue, 25 Oct 2011 06:08:37 +0000 (06:08 +0000)
committersan <san@opencascade.com>
Tue, 25 Oct 2011 06:08:37 +0000 (06:08 +0000)
commit7ee542b9e8c599edd0bc8bdf12a50f73e39d2584
treecb6af8e42218c3fec45848954a80057849b2e8a2
parentbad0d8d297af3372697c958d3cab426d85f3e16d
Bug: Active area became empty when the last widget deleted from the them and area shedule delayed delation (used QObject::deletaLater()).
After this newly created widget inserted into active area but after that area deleted with inserted widget.
Fix: Delayed deletion is canceled for area in method insertWidget().
src/Qtx/QtxWorkstack.cxx