Page MenuHomePhabricator

When closing the display multiwidget repeatedly every second time produces a broken layout
Closed, ResolvedPublic

Description

If the display tab is closed it is sometimes reopened automatically. If that happens every second time the layout does no longer adjust automatically, every other second time it works fine.

Event Timeline

User goch has pushed new remote branch:

bug-18370-remove-abouttoshow

[3cdaf9]: Merge branch 'bug-18370-remove-abouttoshow'

Merged commits:

2014-10-29 16:50:46 Caspar Goch [a92fca]
Removed abouttoshow function

Folded contained code into OnSelectionChanged, uses first selected
datanode properties directly instead of using the renderer.

[6e7610]: Merge branch 'bug-18370-remove-abouttoshow'

Merged commits:

2014-10-29 18:16:04 Caspar Goch [0adccd]
COMP: Do not redefine variable

Use existing nodes variable instead of defining another one, also
check for invalid pointers in destructor. Formatting
changes as well