Skip to content

Commit 2bbede9

Browse files
michaellanszdomke
authored andcommitted
clear bin_count_line_edit on settings modal open
1 parent b17b476 commit 2bbede9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

trace/widgets/curve_settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def show(self):
9999
parent_pos = self.parent().rect().bottomRight()
100100
global_pos = self.parent().mapToGlobal(parent_pos)
101101
self.move(global_pos)
102+
self.bin_count_line_edit.setStyleSheet("")
103+
self.bin_count_line_edit.setText("")
102104
super().show()
103105

104106
@Slot()

0 commit comments

Comments
 (0)