Skip to content

Commit

Permalink
Merge pull request #6550 from janezd/linear-projection-enable-button
Browse files Browse the repository at this point in the history
Enable Number of attributes spin on initialize
  • Loading branch information
JakaKokosar committed Sep 1, 2023
2 parents 3778aee + 421ef7d commit 8608e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/visualize/owlinearprojection.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def __init__(self, master):

def initialize(self):
super().initialize()
self.n_attrs_spin.setDisabled(False)
self.attr_color = self.master.attr_color

def before_running(self):
Expand Down

0 comments on commit 8608e84

Please sign in to comment.