From d6136d97c119ae003aebdf1ee7cb4626417de26a Mon Sep 17 00:00:00 2001 From: puri Date: Wed, 16 Oct 2019 21:15:43 +0700 Subject: [PATCH] Remove a redundant web view To remove the white line according to issue #204 --- orangecontrib/text/widgets/owwordcloud.py | 1 - 1 file changed, 1 deletion(-) diff --git a/orangecontrib/text/widgets/owwordcloud.py b/orangecontrib/text/widgets/owwordcloud.py index 9bac74224..cbdbb33ad 100644 --- a/orangecontrib/text/widgets/owwordcloud.py +++ b/orangecontrib/text/widgets/owwordcloud.py @@ -88,7 +88,6 @@ def update_selection(self, words): self.mainArea.layout().addWidget(webview) def _create_layout(self): - self._new_webview() box = gui.widgetBox(self.controlArea, 'Info') self.topic_info = gui.label(box, self, '%(n_topic_words)d words in a topic') gui.label(box, self, '%(documents_info_str)s')