The name of ImageBMPIO changed to ImageIO
This commit is contained in:
parent
4af2bfa0d9
commit
a74dcce12f
11 changed files with 32 additions and 32 deletions
|
|
@ -75,7 +75,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
{
|
||||
ImageBuffer gearImage = new ImageBuffer();
|
||||
string imagePathAndFile = Path.Combine(ApplicationDataStorage.Instance.ApplicationStaticDataPath, "gear_icon.png");
|
||||
ImageBMPIO.LoadImageData(imagePathAndFile, gearImage);
|
||||
ImageIO.LoadImageData(imagePathAndFile, gearImage);
|
||||
|
||||
FlowLayoutWidget leftToRight = new FlowLayoutWidget();
|
||||
leftToRight.Margin = new BorderDouble(5, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue