Skip to content

Commit

Permalink
Fixed deleting OsprayViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkpate committed Jul 16, 2021
1 parent 4b1e467 commit 8dd7b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interface/Application/ModuleWidget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ ModuleWidget::ModuleWidget(NetworkEditor* ed, const QString& name, ModuleHandle
outputPortLayout_(nullptr),
deleting_(false),
defaultBackgroundColor_(backgroundColorByName(name)),
isViewScene_(name == "ViewScene" || name == "OsprayViewer") //TODO
isViewScene_(name == "ViewScene") //TODO
{
fillColorStateLookup(defaultBackgroundColor_);

Expand Down

0 comments on commit 8dd7b8e

Please sign in to comment.