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