From 372b2f8f5a3c715bbb4d6aa2bb01d3751e029e22 Mon Sep 17 00:00:00 2001 From: Ilya Sakharchuk Date: Thu, 2 Jan 2025 22:56:48 +0300 Subject: [PATCH] Fix window auto resize --- info.toml | 2 +- src/history_table.as | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/info.toml b/info.toml index 556cc9f..500bd50 100755 --- a/info.toml +++ b/info.toml @@ -2,7 +2,7 @@ name = "Run History" author = "Vanawy" category = "Overlay" -version = "0.8.0" +version = "0.8.1" [script] dependencies = ["MLHook", "MLFeedRaceData"] diff --git a/src/history_table.as b/src/history_table.as index 8272537..66d247d 100644 --- a/src/history_table.as +++ b/src/history_table.as @@ -75,8 +75,6 @@ class HistoryTable } - UI::BeginGroup(); - if(UI::BeginTable(TEXT_PLUGIN_NAME, numCols, UI::TableFlags::SizingFixedFit)) { // print(targets.Length); @@ -108,7 +106,6 @@ class HistoryTable } UI::EndTable(); } - UI::EndGroup(); } void RenderHeader(Target@ target)