From ae55f2aea28bab7c1da6aad957912c3c1df04b5c Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Fri, 3 Sep 2010 13:26:59 +0000 Subject: [PATCH] - init missing (coverity) git-svn-id: http://root.cern.ch/svn/root/trunk@35128 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf2d/gpad/src/TButton.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/graf2d/gpad/src/TButton.cxx b/graf2d/gpad/src/TButton.cxx index 95d65b66b3c..af6a3168865 100644 --- a/graf2d/gpad/src/TButton.cxx +++ b/graf2d/gpad/src/TButton.cxx @@ -119,6 +119,7 @@ TButton::TButton(const char *title, const char *method, Double_t x1, Double_t y1 fLogx = kFALSE; fLogy = kFALSE; SetEditable(kFALSE); + fFocused = 0; } -- GitLab