Skip to content
Snippets Groups Projects

unactive the automatic ShowGuideLines

Merged Jérémie Dudouet requested to merge Cubix into preprod
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -36,6 +36,7 @@ int main(int argc, char **argv)
}
gEnv->SetValue("Gui.IconPath",Form("%s/icons:%s/icons",getenv("ROOTSYS"),getenv("GWSYS")));
gEnv->SetValue("X11.UseXft","yes");
gEnv->SetValue("Canvas.ShowGuideLines","false");
TInterruptHandler *fxInterruptHandler = new TInterruptHandler();
fxInterruptHandler->Add();
Loading