Skip to content

Commit

Permalink
Close multimeter widget while closing Project
Browse files Browse the repository at this point in the history
  • Loading branch information
fahim-oscad committed Apr 5, 2016
1 parent 2723728 commit 5a2d27d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ngspiceSimulation/pythonPlotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ def multiMeter(self):
self.obj[j] = MultimeterWidgetClass(self.obj_dataext.NBList[j],self.getRMSValue(self.obj_dataext.y[j]),loc_x,loc_y,voltFlag)
loc_x += 50
loc_y += 50
## Adding object of multimeter to dictionary
self.obj_appconfig.dock_dict[self.obj_appconfig.current_project['ProjectName']].append(self.obj[j])

if boxCheck == 0:
QtGui.QMessageBox.about(self, "Warning!!","Please select at least one Node OR Branch")
Expand Down

0 comments on commit 5a2d27d

Please sign in to comment.