From e7486021d5d87a2048505c46bf653f6123105f47 Mon Sep 17 00:00:00 2001
From: Olivier Couet <Olivier.Couet@cern.ch>
Date: Mon, 7 Dec 2009 09:47:26 +0000
Subject: [PATCH] - Do the replay with the cursor "ON".

git-svn-id: http://root.cern.ch/svn/root/trunk@31586 27541ba8-7e3a-0410-8455-c3a389f83636
---
 tutorials/graphics/graph_edit_playback.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/graphics/graph_edit_playback.C b/tutorials/graphics/graph_edit_playback.C
index a485a9d0346..2b1e39d3916 100644
--- a/tutorials/graphics/graph_edit_playback.C
+++ b/tutorials/graphics/graph_edit_playback.C
@@ -94,7 +94,7 @@ Int_t file_size(char *filename)
 void graph_edit_playback()
 {
    r = new TRecorder();
-   r->Replay("http://root.cern.ch/files/graphedit_playback.root",kFALSE);
+   r->Replay("http://root.cern.ch/files/graphedit_playback.root");
 
    // wait for the recorder to finish the replay
    while (r->GetState() == TRecorder::kReplaying) {
-- 
GitLab