Skip to content

Commit

Permalink
Update WxViewer.py (#55)
Browse files Browse the repository at this point in the history
Use the Xw module since XwWindow no longer exists
  • Loading branch information
frmdstryr authored May 11, 2020
1 parent 4becc64 commit dc303f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCCT/Visualization/WxViewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _init_wind(self, fit, background):
# WNT window
wind = WNT_Window(capsule)
elif sys.platform.startswith('linux'):
from OCCT.XwWindow import Xw_Window
from OCCT.Xw import Xw_Window

# Xw window
wind = Xw_Window(self.display_connect, hwnd)
Expand Down

0 comments on commit dc303f7

Please sign in to comment.