Skip to content

Commit

Permalink
Refs #11538 initialize initialview variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed Apr 17, 2015
1 parent 248f270 commit 49741c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ REGISTER_VATESGUI(MdViewerWidget)
*/
MdViewerWidget::MdViewerWidget() : VatesViewerInterface(), currentView(NULL),
dataLoader(NULL), hiddenView(NULL), lodAction(NULL), screenShot(NULL), viewLayout(NULL),
viewSettings(NULL), m_rebinAlgorithmDialogProvider(this), m_rebinnedWorkspaceIdentifier("_tempvsi")
viewSettings(NULL), initialView(ModeControlWidget::STANDARD), m_rebinAlgorithmDialogProvider(this), m_rebinnedWorkspaceIdentifier("_tempvsi")
{
// Calling workspace observer functions.
observeAfterReplace();
Expand Down

0 comments on commit 49741c5

Please sign in to comment.