Disable property grid toolbar
This commit is contained in:
parent
854bee2a56
commit
9fe3c8572e
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
//
|
||||
|
@ -74,11 +74,9 @@ namespace Switch_Toolbox.Library.Forms
|
||||
frameRight += delta;
|
||||
|
||||
ResolveCollision();
|
||||
|
||||
}
|
||||
|
||||
currentFrame = value;
|
||||
|
||||
Refresh();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user