Skip to content

Commit

Permalink
Cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis Errais committed Feb 11, 2021
1 parent 9608c40 commit 7995999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SimpleClassicThemeTaskbar/Forms/Taskbar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,6 @@ private void timerUpdateUI_Tick(object sender, EventArgs e)
}
x += icon.Width + Config.SpaceBetweenTaskbarIcons;
icon.Visible = true;

//Application.DoEvents();
}
if (heldDownButton != null)
{
Expand Down

0 comments on commit 7995999

Please sign in to comment.