-
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -87,7 +87,6 @@ namespace GtaVUsersInfo
|
||||
WindowParameters.SaveWindowParameters(window);
|
||||
WindowResize();
|
||||
}
|
||||
isUser = true;
|
||||
|
||||
panelColorSettings = PanelColorSettings.LoadPanelSettings();
|
||||
if (panelColorSettings != null)
|
||||
@@ -99,6 +98,7 @@ namespace GtaVUsersInfo
|
||||
panelColorSettings = new PanelColorSettings(defaultPanelColor, defaultPanelColor, defaultPanelColor, defaultPanelColor);
|
||||
ChangePanelColor();
|
||||
}
|
||||
isUser = true;
|
||||
}
|
||||
|
||||
private bool IsFormFullscreen()
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user