Browse Source
Merge pull request #6649 from yatli/x11_perf
fix x11 deferred renderer performance regression
pull/6652/head
Nikita Tsukanov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
src/Avalonia.X11/X11Window.cs
|
|
|
@ -192,11 +192,6 @@ namespace Avalonia.X11 |
|
|
|
if (platform.Options.UseDBusMenu) |
|
|
|
NativeMenuExporter = DBusMenuExporter.TryCreate(_handle); |
|
|
|
NativeControlHost = new X11NativeControlHost(_platform, this); |
|
|
|
DispatcherTimer.Run(() => |
|
|
|
{ |
|
|
|
Paint?.Invoke(default); |
|
|
|
return _handle != IntPtr.Zero; |
|
|
|
}, TimeSpan.FromMilliseconds(100)); |
|
|
|
InitializeIme(); |
|
|
|
} |
|
|
|
|
|
|
|
|