This commit is contained in:
2024-10-10 14:52:29 +03:00
parent 309b57a787
commit 042c137a5a
11 changed files with 2 additions and 3 deletions

View File

@@ -68,8 +68,7 @@ namespace GtaVUsersInfo.Sources
if (control is TextBox ||
control is Button ||
control is ComboBox ||
control is Label ||
control is MenuStrip)
control is Label)
{
control.BackColor = color;
}