diff --git a/tutorials/eve/SplitGLView.C b/tutorials/eve/SplitGLView.C index 5959951eff3391f2261aaeb4b098880ad0bb74e6..49923646dec622690cfd00d533a91457d11ac196 100644 --- a/tutorials/eve/SplitGLView.C +++ b/tutorials/eve/SplitGLView.C @@ -737,6 +737,7 @@ SplitGLView::SplitGLView(const TGWindow *p, UInt_t w, UInt_t h, Bool_t embed) : dfrm = new TGDockableFrame(frm); dfrm->SetFixedSize(kFALSE); + dfrm->EnableHide(kFALSE); hfrm = new TGHorizontalFrame(dfrm); button= new TGPictureButton(hfrm, gClient->GetPicture("swap.png")); button->SetToolTipText("Swap to big view"); @@ -785,6 +786,7 @@ SplitGLView::SplitGLView(const TGWindow *p, UInt_t w, UInt_t h, Bool_t embed) : // create (embed) a GL viewer inside dfrm = new TGDockableFrame(frm); dfrm->SetFixedSize(kFALSE); + dfrm->EnableHide(kFALSE); hfrm = new TGHorizontalFrame(dfrm); button= new TGPictureButton(hfrm, gClient->GetPicture("swap.png")); button->SetToolTipText("Swap to big view"); @@ -827,6 +829,7 @@ SplitGLView::SplitGLView(const TGWindow *p, UInt_t w, UInt_t h, Bool_t embed) : dfrm = new TGDockableFrame(frm); dfrm->SetFixedSize(kFALSE); + dfrm->EnableHide(kFALSE); hfrm = new TGHorizontalFrame(dfrm); button= new TGPictureButton(hfrm, gClient->GetPicture("swap.png")); button->SetToolTipText("Swap to big view");