Pārlūkot izejas kodu

Remove double paint!

tznind 11 mēneši atpakaļ
vecāks
revīzija
d60b1fa347
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

+ 0 - 2
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

@@ -125,8 +125,6 @@ internal class WindowsConsole
                 result = WriteConsole (_screenBuffer, s, (uint)s.Length, out uint _, nint.Zero);
             }
 
-            result = WriteConsole (_screenBuffer, s, (uint)s.Length, out uint _, nint.Zero);
-
             _lastWrite = s;
 
             foreach (var sixel in Application.Sixel)