Page MenuHomePhabricator

Overlay size is not correctly applied
Closed, ResolvedPublic

Description

When calling AdjustOverlayPosition() on the QmitkOverlayController, the method calculates the minimum size needed to correctly display all overlays for a given display-position.

This size is currently set as minimum size for overlay-container widget. This sometimes causes problems when Qt is not fast enough to enforce the size as this size is used in the calculation of the correct widget position.

Event Timeline

New remote branch pushed: bug-14126-cut-off-overlays

[418e4c]: Merge branch 'bug-14126-cut-off-overlays'

Merged commits:

2013-01-03 14:13:51 Markus Engel [445b0a]
correctly setting the minimum size of the overlay container

I fixed the problem by setting the minimum size of the container widget as fixed size if the required size is greater than it was before.

Fixes the problem..