Skip to content

Commit

Permalink
- set window title for animations
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and adeas31 committed Sep 30, 2016
1 parent cb04267 commit 256dfe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
Expand Up @@ -214,6 +214,8 @@ void AnimationWindowContainer::loadVisualization(){
//add scene for the chosen visualization
mpSceneView->setSceneData(mpVisualizer->getOMVisScene()->getScene().getRootNode());
}
//add window title
this->setWindowTitle(QString::fromStdString(mFileName));
}


Expand Down

0 comments on commit 256dfe6

Please sign in to comment.