Skip to content

Commit

Permalink
Fallback to project path for export
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Nov 17, 2023
1 parent a78f8f8 commit ffabebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ caf::PdmScriptResponse RicfExportVisibleCells::execute()
QString exportFolder = RicfCommandFileExecutor::instance()->getExportPath( RicfCommandFileExecutor::ExportType::CELLS );
if ( exportFolder.isNull() )
{
exportFolder = RiaApplication::instance()->createAbsolutePathFromProjectRelativePath( "visibleCells" );
exportFolder = RiaApplication::instance()->currentProjectPath();
}

RiaViewRedrawScheduler::instance()->clearViewsScheduledForUpdate();
Expand Down

0 comments on commit ffabebf

Please sign in to comment.