From ef246a9a7464d543a8a1e83c63ac68b0b3c20486 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Fri, 20 Dec 2024 09:34:09 +0100 Subject: [PATCH] re-fix-1 ? --- ostap/core/core.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ostap/core/core.py b/ostap/core/core.py index 50f0708d..4f624870 100644 --- a/ostap/core/core.py +++ b/ostap/core/core.py @@ -624,10 +624,9 @@ def _TO_draw_ ( obj , option = '', *args , **kwargs ) : # ================================================================= ## update the pad/canvas - Ostap.Utils.pad_update() + Ostap.Utils.pad_update ( pad ) # ============================================================= - return result ROOT.TObject.draw = _TO_draw_