Skip to content

Commit 8f7ce50

Browse files
committed
fix: delay on selecting "Plot" tab when "Marker hue" was set to "Feature"
1 parent 5f091f0 commit 8f7ce50

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2.27.0
2+
- fix: delay on selecting "Plot" tab when "Marker hue" was set to "Feature"
23
- setup: bump dclab to 0.71.7 (ValueError when encountering empty pipeline)
34
- ci: bump build pipeline to Python 3.13
45
- ref: migrate from loading .ui files to pyuic6-pregenerated Python files

dcscope/gui/analysis/ana_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def write_plot_state(self, state):
149149
self.ui.comboBox_axis_y,
150150
self.ui.widget_range_x,
151151
self.ui.widget_range_y,
152+
self.ui.comboBox_marker_hue,
152153
]
153154

154155
for b in toblock:

0 commit comments

Comments
 (0)