From 1b308709a262bdd675bd19632982e002543ca16b Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 27 Sep 2017 14:47:46 -0400 Subject: [PATCH] Editor text refreshes after saving --- TGControlPanel/StaticPage.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TGControlPanel/StaticPage.cs b/TGControlPanel/StaticPage.cs index b3c23473f5..585393d5ee 100644 --- a/TGControlPanel/StaticPage.cs +++ b/TGControlPanel/StaticPage.cs @@ -261,6 +261,7 @@ namespace TGControlPanel if (unauthorized && !title.Contains(" (UNAUTHORIZED)")) StaticFileListBox.Items[index] = title + " (UNAUTHORIZED)"; } + UpdateEditText(); } private void StaticFileListBox_SelectedIndexChanged(object sender, EventArgs e)