Преглед изворни кода

fix executed console command was only removed from console after next update

Kolja Strohm пре 8 месеци
родитељ
комит
14ac2dfc35
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Console.cpp

+ 1 - 0
Console.cpp

@@ -528,6 +528,7 @@ void Framework::InputLine::thread()
                         input = "";
                         cursorPos = 0;
                         cs.unlock();
+                        triggerUpdate();
                     }
                     continue; // skip the unlock
                 }