mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

Fix hide-show toolbar action resizing the view. #45

Closed tinevez closed 6 years ago

tinevez commented 6 years ago

Prior to this commit, hiding/showing the toolbar of Mastodon views (e.g. by pressing 'T' in TrackScheme) caused the view to be resized to its default size.

This commit fixes this bug by setting the preferred size of the view frame before re-packing it before deletion/insertion of the toolbar.