1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Disable property grid toolbar

This commit is contained in:
KillzXGaming 2019-04-11 19:47:23 -04:00
parent 854bee2a56
commit 9fe3c8572e
5 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -38,6 +38,7 @@
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(613, 532);
this.propertyGrid1.TabIndex = 0;
this.propertyGrid1.ToolbarVisible = false;
//
// STPropertyGrid
//

View File

@ -74,11 +74,9 @@ namespace Switch_Toolbox.Library.Forms
frameRight += delta;
ResolveCollision();
}
currentFrame = value;
Refresh();
}
}