File tree Expand file tree Collapse file tree
Source/NETworkManager/Controls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <converters : BooleanToVisibilityCollapsedConverter x : Key =" BooleanToVisibilityCollapsedConverter" />
1818 </UserControl .Resources>
1919 <Grid SizeChanged =" WindowGrid_SizeChanged" >
20- <WindowsFormsHost Visibility =" {Binding IsConnected, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" >
20+ <!-- Background color will prevent flickering when app inside the panel is closed -->
21+ <WindowsFormsHost Visibility =" {Binding IsConnected, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" Background =" {DynamicResource MahApps.Brushes.Window.Background}" >
2122 <windowsForms : Panel x : Name =" WindowHost" />
2223 </WindowsFormsHost >
2324 <Grid VerticalAlignment =" Center" HorizontalAlignment =" Center" TextBlock.TextAlignment=" Center" Visibility =" {Binding IsConnected, Converter={StaticResource BooleanReverseToVisibilityCollapsedConverter}}" >
Original file line number Diff line number Diff line change 1717 <converters : BooleanToVisibilityCollapsedConverter x : Key =" BooleanToVisibilityCollapsedConverter" />
1818 </UserControl .Resources>
1919 <Grid SizeChanged =" WindowGrid_SizeChanged" >
20- <WindowsFormsHost Visibility =" {Binding IsConnected, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" >
20+ <!-- Background color will prevent flickering when app inside the panel is closed -->
21+ <WindowsFormsHost Visibility =" {Binding IsConnected, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" Background =" {DynamicResource MahApps.Brushes.Window.Background}" >
2122 <windowsForms : Panel x : Name =" WindowHost" />
2223 </WindowsFormsHost >
2324 <Grid VerticalAlignment =" Center" HorizontalAlignment =" Center" TextBlock.TextAlignment=" Center" Visibility =" {Binding IsConnected, Converter={StaticResource BooleanReverseToVisibilityCollapsedConverter}}" >
Original file line number Diff line number Diff line change 1717 <converters : BooleanToVisibilityCollapsedConverter x : Key =" BooleanToVisibilityCollapsedConverter" />
1818 </UserControl .Resources>
1919 <Grid SizeChanged =" TigerVNCGrid_SizeChanged" >
20- <WindowsFormsHost Visibility =" {Binding IsConnected, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" >
20+ <!-- Background color will prevent flickering when app inside the panel is closed -->
21+ <WindowsFormsHost Visibility =" {Binding IsConnected, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" Background =" {DynamicResource MahApps.Brushes.Window.Background}" >
2122 <windowsForms : Panel x : Name =" WindowHost" />
2223 </WindowsFormsHost >
2324 <Grid VerticalAlignment =" Center" HorizontalAlignment =" Center" TextBlock.TextAlignment=" Center" Visibility =" {Binding IsConnected, Converter={StaticResource BooleanReverseToVisibilityCollapsedConverter}}" >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ permalink: /Changelog/next-release
2222
2323## Bugfixes
2424- Remote Desktop - Connection dialog now allows ` host ` and ` host:port ` [ #1284 ] ( https://github.com/BornToBeRoot/NETworkManager/issues/1284 ) {: target ="_ blank"}
25+ - PowerShell/PuTTY/TigerVNC - Flickering fixed when process terminates [ #1304 ] ( https://github.com/BornToBeRoot/NETworkManager/issues/1304 ) {: target ="_ blank"}
2526
2627## Other
2728- Language files updated [ #transifex] ( https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration ) {: target ="_ blank"}
You can’t perform that action at this time.
0 commit comments