Editor text refreshes after saving

This commit is contained in:
Cyberboss
2017-09-27 14:47:46 -04:00
parent e58164d770
commit 1b308709a2
+1
View File
@@ -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)