[FEM] PostDataAtPoint: remove unnecessary style setting

- PostDataAtPoint is a point therefore setting a filling style is not necessary

- also fix a typo in a comment
This commit is contained in:
Uwe
2022-07-27 16:15:04 +02:00
parent 03041f0aff
commit 97eafab6d3
2 changed files with 1 additions and 2 deletions

View File

@@ -699,7 +699,7 @@ void ViewProviderFemPostObject::show(void) {
Gui::ViewProviderDocumentObject::show();
m_colorStyle->style = SoDrawStyle::FILLED;
// we must update the color bar except for data point filters
// (for ViewProviderFemPostDataAtPoint show() is overriden to prevent the update)
// (for ViewProviderFemPostDataAtPoint show() is overridden to prevent the update)
WriteColorData(true);
}