File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ private void UpdateLayout(double height)
71
71
lvwViewTypes . HorizontalAlignment = HorizontalAlignment . Left ;
72
72
btnGroups . Visibility = Visibility . Visible ;
73
73
groupContent . Visibility = Visibility . Collapsed ;
74
+ groupContent . Content = null ;
74
75
flyoutGroups . Content = r ;
75
76
r . Background = Brushes . Transparent ;
76
77
}
@@ -79,6 +80,7 @@ private void UpdateLayout(double height)
79
80
lvwViewTypes . HorizontalAlignment = HorizontalAlignment . Center ;
80
81
btnGroups . Visibility = Visibility . Collapsed ;
81
82
groupContent . Visibility = Visibility . Visible ;
83
+ flyoutGroups . Content = null ;
82
84
groupContent . Content = r ;
83
85
r . SetResourceReference ( BackgroundProperty , "SystemControlBackgroundChromeMediumBrush" ) ;
84
86
}
Original file line number Diff line number Diff line change @@ -1654,4 +1654,8 @@ Url DataGrid修改为ListBox+文本框,方便修改
1654
1654
1655
1655
将所有的文件对话框设置了父窗口,避免弹出的对话框在其他窗口之上的BUG
1656
1656
1657
- 修复了Gpx工具箱中文件列表中选择文件和点击菜单可能出现闪退的BUG
1657
+ 修复了Gpx工具箱中文件列表中选择文件和点击菜单可能出现闪退的BUG
1658
+
1659
+ ## 20220108
1660
+
1661
+ 修复了窗口较小时点击按钮打开分组面板,窗口变大后无法显示分组面板的BUG
You can’t perform that action at this time.
0 commit comments