finishing up gl refactor

fixing typo

issue: MatterHackers/MCCentral#6185
Typo in Re-slice diologue box
This commit is contained in:
LarsBrubaker 2020-11-22 07:50:06 -08:00
parent 73bdde05ab
commit 7a08405d55
3 changed files with 4 additions and 4 deletions

View file

@ -200,8 +200,8 @@ namespace MatterHackers.GCodeVisualizer
{
UiThread.RunOnIdle(() =>
{
GL.DeleteBuffers(1, ref vertexID);
GL.DeleteBuffers(1, ref indexID);
GL.DeleteBuffer(vertexID);
GL.DeleteBuffer(indexID);
});
disposed = true;

View file

@ -818,7 +818,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// setup the message row
{
// when it is done queue it to the change to gcode stream
var switchMessage = "Switch to new G-Code?\n\nBefore you switch, check that your are seeing the changes you expect.".Localize();
var switchMessage = "Switch to new G-Code?\n\nBefore you switch, check that you are seeing the changes you expect.".Localize();
resliceMessageRow.AddChild(new WrappedTextWidget(switchMessage, theme.DefaultFontSize, textColor: theme.TextColor)
{
Margin = new BorderDouble(7, 3)

@ -1 +1 @@
Subproject commit 3298dfc8dda49d127473203f63144d900b5edd13
Subproject commit 234cca570dfc282a9ed892efa5ac34c5739dd966