Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The minimum sizes of the floating window are made on the basis of ... #58

Merged

Conversation

scdmitryvodich
Copy link
Contributor

…DockMinSizes children.
Step to reproduce:

  1. Open MainWindow.xaml of MLibTest project and set DockMinWidth="250" for LayoutAnchorablePane (Name="ToolsPane").
  2. Remove AvalonDock.Layout.config from bin folder.
  3. Start MLibTest project.
  4. Undock File Stats panel.
  5. Decrease width of floating window. It can be set to lower then DockMinWidth, which we set for ToolsPane

Also was fixed issue with showing of floating window in case if it was closed by cross button.
It can be reproduced with previous example:
6. Close floating panel by Cross button on top right corner.
7. Try to open back File Stats panel from menu: Tools -> File Stats.
As result the floating window will not appears.

…kMinSizes children. Fix showing floating window again if it was hidden by cross button
@scdmitryvodich scdmitryvodich force-pushed the FixFloatingWindowMinSize branch from c025edb to 7ffcaec Compare July 31, 2019 12:39
@Dirkster99 Dirkster99 merged commit be18858 into Dirkster99:master Aug 5, 2019
@Dirkster99 Dirkster99 mentioned this pull request Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants