Skip to content

Commit 6447410

Browse files
committed
owpaintdata: Do unconditional commit on receiving input data
1 parent 24cdb2d commit 6447410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/widgets/data/owpaintdata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ def _check_and_set_data(data):
10271027
else:
10281028
self.input_data = np.column_stack((X, y))
10291029
self.reset_to_input()
1030+
self.unconditional_commit()
10301031

10311032
def reset_to_input(self):
10321033
"""Reset the painting to input data if present."""

0 commit comments

Comments
 (0)