diff options
author | pravindalve | 2021-04-17 14:28:10 +0530 |
---|---|---|
committer | pravindalve | 2021-04-17 14:28:10 +0530 |
commit | a26b332427b3f871bd11162c0b8d109656bef0d1 (patch) | |
tree | 799ef67d6f3815da0197b537049dd680eb5083d8 /Container.py | |
parent | b01dafa5b160e5fa2e15e829e14bd9277d729243 (diff) | |
download | Chemical-Simulator-GUI-a26b332427b3f871bd11162c0b8d109656bef0d1.tar.gz Chemical-Simulator-GUI-a26b332427b3f871bd11162c0b8d109656bef0d1.tar.bz2 Chemical-Simulator-GUI-a26b332427b3f871bd11162c0b8d109656bef0d1.zip |
Fixes for issue #17
Diffstat (limited to 'Container.py')
-rw-r--r-- | Container.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Container.py b/Container.py index 397aaf0..0ad3c50 100644 --- a/Container.py +++ b/Container.py @@ -148,6 +148,7 @@ class Container(): DockWidget.show_result(NodeItem.get_dock_widget()) + # for i in self.graphics.scene.items(): # if (isinstance(i, NodeItem)): # i.update_tooltip() |