mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-30 19:56:23 -04:00
Refactoring and addressing comments
This commit is contained in:
@@ -114,9 +114,6 @@ namespace LibationWinForms.ProcessQueue
|
||||
BookControls.Add(control);
|
||||
panel1.Controls.Add(control);
|
||||
|
||||
if (DesignMode)
|
||||
return;
|
||||
|
||||
for (int i = 1; i < NUM_ACTUAL_CONTROLS; i++)
|
||||
{
|
||||
control = InitControl(VirtualControlHeight * i);
|
||||
|
||||
Reference in New Issue
Block a user