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:
parent
0f9dd2427f
commit
74cc020414
7 changed files with 230 additions and 251 deletions
|
|
@ -49,6 +49,12 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
public void SetPannelIndexImediate(int index)
|
||||
{
|
||||
desiredPannelIndex = index;
|
||||
SetSlidePosition();
|
||||
}
|
||||
|
||||
public GuiWidget GetPannel(int index)
|
||||
{
|
||||
return pannels[index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue