Преглед на файлове

ProcessInputQueue must be outside the wait block.

BDisp преди 10 месеца
родител
ревизия
1795547702
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs

+ 2 - 3
Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs

@@ -173,10 +173,9 @@ internal class UnixMainLoop (ConsoleDriver consoleDriver) : IMainLoopDriver
                     }
 
                     ((IMainLoopDriver)this)._waitForInput.Reset ();
-
-
-                    ProcessInputQueue ();
                 }
+
+                ProcessInputQueue ();
             }
             catch (OperationCanceledException)
             {