diff options
| author | Michael <[email protected]> | 2017-04-14 13:06:13 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-14 13:06:13 -0400 |
| commit | 6ec8e375c4b756bcd323df6babd4a4a74cd75904 (patch) | |
| tree | 8ccb0de375636371a879560b2effd43bdfdfc97c /ShiftOS.WinForms/Tools/ControlManager.cs | |
| parent | 4d3eb794b532a13a24107e54947022aed841d165 (diff) | |
| download | shiftos_thereturn-6ec8e375c4b756bcd323df6babd4a4a74cd75904.tar.gz shiftos_thereturn-6ec8e375c4b756bcd323df6babd4a4a74cd75904.tar.bz2 shiftos_thereturn-6ec8e375c4b756bcd323df6babd4a4a74cd75904.zip | |
Desktop preview
Diffstat (limited to 'ShiftOS.WinForms/Tools/ControlManager.cs')
| -rw-r--r-- | ShiftOS.WinForms/Tools/ControlManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Tools/ControlManager.cs b/ShiftOS.WinForms/Tools/ControlManager.cs index 781e045..1c6f40c 100644 --- a/ShiftOS.WinForms/Tools/ControlManager.cs +++ b/ShiftOS.WinForms/Tools/ControlManager.cs @@ -277,7 +277,7 @@ namespace ShiftOS.WinForms.Tools { for (int i = 0; i < frm.Controls.Count; i++) { - SetupControls(frm.Controls[i], false); + SetupControls(frm.Controls[i], false); } }; |
