[FEM] fix transparency bug

- as reported here: https://forum.freecadweb.org/viewtopic.php?p=582526#p582526
After setting the transparency, the object has to be redrawn

- also remove a doubled header
This commit is contained in:
Uwe
2022-03-24 04:50:54 +01:00
parent 2eb3447694
commit ceb5a3da5c
2 changed files with 2 additions and 4 deletions

View File

@@ -65,8 +65,6 @@
#include <Gui/MainWindow.h>
#include <Gui/Action.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/Inventor/MarkerBitmaps.h>
#include <Base/Console.h>