зеркало из https://github.com/DeGsoft/maui-linux.git
This commit is contained in:
Родитель
f0438fe496
Коммит
99a11c3e90
|
@ -99,7 +99,6 @@ namespace Xamarin.Forms.Platform.GTK.Controls
|
|||
{
|
||||
if (string.IsNullOrEmpty(_entry.Text) && !string.IsNullOrEmpty(_placeholder.Text))
|
||||
{
|
||||
Entry.Sensitive = false;
|
||||
_placeholderContainer.GdkWindow?.Raise();
|
||||
}
|
||||
else
|
||||
|
|
|
@ -126,7 +126,7 @@ namespace Xamarin.Forms.Platform.GTK
|
|||
}
|
||||
}
|
||||
|
||||
private async void OnWindowStateEvent (object o, WindowStateEventArgs args)
|
||||
private void OnWindowStateEvent (object o, WindowStateEventArgs args)
|
||||
{
|
||||
if (args.Event.ChangedMask == Gdk.WindowState.Iconified) {
|
||||
var windowState = args.Event.NewWindowState;
|
||||
|
|
Загрузка…
Ссылка в новой задаче