Skip to content

Commit

Permalink
Textbox disabled when widget run first if field checked.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Oct 5, 2018
1 parent 7bf30c6 commit 3305200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/imageanalytics/widgets/owimageembedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):
self, threadPool=QThreadPool(maxThreadCount=1)
)
self.setBlocking(True)
QTimer.singleShot(0, self._init_server_connection)
QTimer.singleShot(0, self.changed_server_url)

def _setup_layout(self):
self.controlArea.setMinimumWidth(self.controlArea.sizeHint().width())
Expand Down

0 comments on commit 3305200

Please sign in to comment.