summaryrefslogtreecommitdiff
path: root/src/ui.py
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-06-17 19:20:50 +0200
committerPaweł Redman <pawel.redman@gmail.com>2019-06-17 19:20:50 +0200
commitbde01fae55eba2d0fd3af9bd10c22336ce0352f3 (patch)
tree548c7a049c098c79d68760c1cd8f7990a8c12c58 /src/ui.py
parent30a8d019417f59ce825ccdf44b16e0a51bdda3f2 (diff)
Shitty Poincare sphere (to be improved later)
Diffstat (limited to 'src/ui.py')
-rw-r--r--src/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.py b/src/ui.py
index 22ae436..fe9bb83 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -69,7 +69,7 @@ def update():
row.stokes[4].setText("%g°" % (ellipse.alpha * 180 / np.pi))
row.stokes[5].setText("%g°" % (ellipse.theta * 180 / np.pi))
- GUI.poincare.repaint()
+ GUI.poincare.update_system(system)
#if GUI.auto_optimize.isChecked():
# optimize()