Skip to content

Commit e76ebab

Browse files
marioalexis84chennes
authored andcommitted
Fem: Highlight active Analysis according to user defined color
1 parent 5b0be7f commit e76ebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Fem/Gui/AppFemGuiPy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Module: public Py::ExtensionModule<Module>
9696
FemGui::ActiveAnalysisObserver::instance()->setActiveObject(
9797
static_cast<Fem::FemAnalysis*>(obj));
9898
FemGui::ActiveAnalysisObserver::instance()->highlightActiveObject(
99-
Gui::HighlightMode::Blue,
99+
Gui::HighlightMode::UserDefined,
100100
true);
101101
}
102102

0 commit comments

Comments
 (0)