Showing Editor and Toolbar by default

Hi rooters, I have a very simple curiosity: is it possible to make the Editor menu and the Toolbar menu visible by default every time that a TCanvas is opened? Maybe changing something in a config file…just guessing!

Thanks in advance!!


ROOT Version: 6.10/08
Platform: Linux Fedora 4.13.16-100.fc25.x86_64
Compiler: gcc version 6.4.1


Hi,

Edit your $(ROOTSYS)/etc/system.rootrc or your custom $(HOME)/.rootrc file and change the following lines from false to true:

Canvas.ShowToolBar:         false
Canvas.ShowEditor:          false

Cheers, Bertrand.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.