diff --git a/graf2d/gpad/src/TButton.cxx b/graf2d/gpad/src/TButton.cxx index 95d65b66b3c7827f69dbc3eb4aefd55c519ca970..af6a316886585b0d0dae82c7601e56b60674ce32 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; }