TGTab covers menu

Hello,

I participate in development of an event browser for our experiment. I realised, that when I resize the main window, TGTab covers menu - see picture in attachment (it is enough to resize it only slightly). How can I prevent this?

Best regards,
Antoni

Hi Antoni,

First of all, sorry for the late answer… :blush:
Then, on which platform are you running ROOT? Which version? How did you install it?
And finally, I would probably need to see the GUI code, since I really don’t understand how this could happen…

Cheers, Bertrand.

Hi Bertrand,

I am using ROOT_v5.32.03 compiled for 64 bits from sources using “./configure method” (not the cmake build). It is on Debian sid amd64, but I checked it also with some SLC5 computers and it always gives the same result, so I guess it is something on the ROOT’s side.

In the attachment you can find sources that I think are responsible for creating what was shown on the picure. It seems relevant code stays in constructors.

Cheers,
Antoni
EventBrowserMenu.cc (3.63 KB)
EventBrowser.cc (18.6 KB)

Hi Antoni,

Try to use this layout for your TGTab:

Cheers, Bertrand.

Hi Bertrand,

It helped, thank you!

Cheers,
Antoni