Skip to content

Commit

Permalink
profiler: Fix profiling results being hidden
Browse files Browse the repository at this point in the history
This fixes spyder-ide#21590
  • Loading branch information
rear1019 committed Jan 16, 2024
1 parent 47159cf commit 92c5b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/plugins/profiler/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ def show_data(self, justanalyzed=False):
self.datelabel.setText(_('Sorting data, please wait...'))
QApplication.processEvents()

self.stacked_widget.setCurrentWidget(self.datatree)
self.datatree.load_data(self.DATAPATH)
self.datatree.show_tree()

Expand Down

0 comments on commit 92c5b4d

Please sign in to comment.