Skip to content

Commit 72b32e4

Browse files
committed
Fixed wx display - fix issue tpaviot#542
1 parent 423e4ba commit 72b32e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Display/SimpleGui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def call_function(s, func):
7474
# wxPython based simple GUI
7575
if used_backend == 'wx':
7676
import wx
77-
from wxDisplay import wxViewer3d
77+
from OCC.Display.wxDisplay import wxViewer3d
7878

7979
class AppFrame(wx.Frame):
8080

0 commit comments

Comments
 (0)