GUI: consider pass disable opts in CS exprt dialog
This commit is contained in:
parent
b946f08122
commit
24cd378e50
1 changed files with 1 additions and 1 deletions
|
|
@ -5694,7 +5694,7 @@ bool FurnaceGUI::loop() {
|
|||
break;
|
||||
}
|
||||
case GUI_FILE_EXPORT_CMDSTREAM: {
|
||||
SafeWriter* w=e->saveCommand();
|
||||
SafeWriter* w=e->saveCommand(NULL,csExportDisablePass);
|
||||
if (w!=NULL) {
|
||||
FILE* f=ps_fopen(copyOfName.c_str(),"wb");
|
||||
if (f!=NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue