Skip to content

Commit

Permalink
FEM: solver base, fix regression added with 0df3490
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed May 22, 2020
1 parent 803da57 commit 2456606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/femsolver/solverbase.py
Expand Up @@ -39,7 +39,7 @@
if App.GuiUp:
from PySide import QtGui
import FreeCADGui as Gui
from . import solverbase
from . import solver_taskpanel


class Proxy(object):
Expand Down Expand Up @@ -105,7 +105,7 @@ def setEdit(self, vobj, mode=0):
error_message
)
return False
task = solverbase.ControlTaskPanel(machine)
task = solver_taskpanel.ControlTaskPanel(machine)
Gui.Control.showDialog(task)
return True

Expand Down

0 comments on commit 2456606

Please sign in to comment.