File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/nvs/dialog Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5757import com .espressif .idf .core .util .NvsPartitionGenerator ;
5858import com .espressif .idf .core .util .NvsTableDataService ;
5959import com .espressif .idf .core .util .StringUtil ;
60- import com .espressif .idf .ui .EclipseUtil ;
6160
6261/**
6362 * Manages the UI controls and logic for the NVS CSV Editor. This class is instantiated by NvsEditor and contains the UI
@@ -742,8 +741,7 @@ private void getGeneratePartitionAction()
742741
743742 try
744743 {
745- EclipseUtil .getSelectedProjectInExplorer ().refreshLocal (IResource .DEPTH_INFINITE ,
746- new NullProgressMonitor ());
744+ csvFile .getProject ().refreshLocal (IResource .DEPTH_INFINITE , new NullProgressMonitor ());
747745 }
748746 catch (CoreException e )
749747 {
You can’t perform that action at this time.
0 commit comments