Skip to content

Commit

Permalink
dont call Application.DoEvents() on resize
Browse files Browse the repository at this point in the history
this caused splitContainer handles to break while resizing
  • Loading branch information
swharden committed Jun 24, 2019
1 parent 17fbfdb commit 5e485a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ScottPlot/ScottPlotUC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public void Render(bool skipIfBusy = false)
{
busyRendering = true;
pbPlot.Image = plt.GetBitmap();
Application.DoEvents();
busyRendering = false;
}
}
Expand Down

0 comments on commit 5e485a9

Please sign in to comment.