improve primary operations
This commit is contained in:
parent
3f8eeda65b
commit
0416a941d7
14 changed files with 83 additions and 121 deletions
|
|
@ -110,7 +110,7 @@ namespace MatterHackers.MatterControl.Library.Export
|
|||
|
||||
public virtual bool ExportPossible(ILibraryAsset libraryItem) => true;
|
||||
|
||||
public GuiWidget GetOptionsPanel(IEnumerable<ILibraryItem> libraryItems)
|
||||
public GuiWidget GetOptionsPanel(IEnumerable<ILibraryItem> libraryItems, RadioButton radioButton)
|
||||
{
|
||||
var container = new FlowLayoutWidget()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue