Browse Source

code cleanup

Tig 1 tuần trước cách đây
mục cha
commit
d85edc94b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Terminal.Gui/App/ApplicationImpl.Lifecycle.cs

+ 1 - 1
Terminal.Gui/App/ApplicationImpl.Lifecycle.cs

@@ -87,7 +87,7 @@ internal partial class ApplicationImpl
         _keyboard.PrevTabGroupKey = existingPrevTabGroupKey;
 
         CreateDriver (_driverName);
-        //Screen = Driver!.Screen;
+
         Initialized = true;
 
         RaiseInitializedChanged (this, new (true));