Lots more work getting the wide screen panel to recreate correctly.

Got the thumbnails to be a bit faster and have better anti-aliasing.
This commit is contained in:
larsbrubaker 2014-04-27 16:16:47 -07:00
parent 0f9dd2427f
commit 74cc020414
7 changed files with 230 additions and 251 deletions

View file

@ -49,6 +49,12 @@ namespace MatterHackers.MatterControl
}
}
public void SetPannelIndexImediate(int index)
{
desiredPannelIndex = index;
SetSlidePosition();
}
public GuiWidget GetPannel(int index)
{
return pannels[index];