-
This commit is contained in:
parent
309b57a787
commit
042c137a5a
.vs
GtaVUsersInfo
FileContentIndex
339b9713-5955-41cb-b8ea-95605e84cd9b.vsidx922209e1-c1de-40bc-9451-c8aa827b35bd.vsidx9a7b5a13-304b-4ee3-ab33-bd580047a412.vsidxb7a74056-d124-437e-816c-ae76d413980b.vsidxfda6ea35-274a-4356-9929-9961f4e15c7c.vsidx
v17
ProjectEvaluation
Sources
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user