root/root-avoid-gui-crash.patch
Mattias Ellert ea3d3333d5 Update to 6.08.02
- Drop patches accepted upstream
- Drop previously backported patches
- Drop obsolete patches
- Enable hadoop/hdfs support for all architectures
  * libhdfs is now available for more architectures than ix86 and x86_64
- Enable building on aarch64
- Rename the python packages to python2-root and python3-root
- New sub-packages: python{2,3}-jupyroot, python{2,3}-jsmva
- Dropped sub-package: root-rootaas (replaced by python{2,3}-jupyroot)
2016-12-07 15:00:55 +01:00

37 lines
890 B
Diff

diff -ur root-6.06.02.orig/gui/gui/src/TGTable.cxx root-6.06.02/gui/gui/src/TGTable.cxx
--- root-6.06.02.orig/gui/gui/src/TGTable.cxx 2016-03-03 10:36:03.000000000 +0100
+++ root-6.06.02/gui/gui/src/TGTable.cxx 2016-03-29 15:05:17.952862862 +0200
@@ -72,7 +72,7 @@
<br><br>
A simple macro to use a TGTable with a TGSimpleTableInterface:
End_Html
-Begin_Macro(source, gui)
+~~~
{
Int_t i = 0, j = 0;
UInt_t nrows = 6, ncolumns = 5;
@@ -111,13 +111,13 @@
return mainframe;
}
-End_Macro
+~~~
Begin_Html
It is also possible to visualise data from a tree. A simple macro
showing the use of a TTreeTableInterface follows.
End_Html
-Begin_Macro(source, gui)
+~~~
{
// Open a root file.
TFile *file = new TFile("$ROOTSYS/tutorials/hsimple.root");
@@ -153,7 +153,7 @@
return mainframe;
}
-End_Macro
+~~~
*/
// const TGGC *TGTable::fgDefaultSelectGC = 0;