Skip to content

Commit adfcda0

Browse files
committed
Add missing GLUT import
1 parent dad9f50 commit adfcda0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spectral/graphics/ndwindow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ def on_char(self, event):
966966

967967
def update_window_title(self):
968968
'''Prints current file name and current point color to window title.'''
969+
from OpenGL.GLUT import glutSetWindowTitle
969970
s = 'SPy N-D Data Set'
970971
glutSetWindowTitle(s)
971972

0 commit comments

Comments
 (0)