Fem: minor changes
This commit is contained in:
@@ -89,9 +89,9 @@ template<> const char* Fem::FemAnalysisPython::getViewProviderName(void) const {
|
||||
return "FemGui::ViewProviderFemAnalysisPython";
|
||||
}
|
||||
|
||||
template<> void Fem::FemAnalysisPython::Restore(Base::XMLReader& reader) {
|
||||
FemAnalysis::Restore(reader);
|
||||
}
|
||||
// template<> void Fem::FemAnalysisPython::Restore(Base::XMLReader& reader) {
|
||||
// FemAnalysis::Restore(reader);
|
||||
// }
|
||||
//template<> PyObject* Fem::FemAnalysisPython::getPyObject(void) {
|
||||
// if (PythonObject.is(Py::_None())) {
|
||||
// // ref counter is set to 1
|
||||
|
||||
@@ -77,7 +77,7 @@ bool ActiveAnalysisObserver::hasActiveObject() const
|
||||
void ActiveAnalysisObserver::highlightActiveObject(const Gui::HighlightMode& mode, bool on)
|
||||
{
|
||||
if (activeDocument && activeView)
|
||||
activeDocument->signalHighlightObject(*activeView, mode, on);
|
||||
activeDocument->signalHighlightObject(*activeView, mode, on, 0, 0);
|
||||
}
|
||||
|
||||
void ActiveAnalysisObserver::slotDeletedDocument(const App::Document& Doc)
|
||||
|
||||
Reference in New Issue
Block a user