diff --git a/aula202-calculadora/buttons.py b/aula202-calculadora/buttons.py index 4d01fc5..1e34af7 100644 --- a/aula202-calculadora/buttons.py +++ b/aula202-calculadora/buttons.py @@ -93,7 +93,7 @@ class ButtonsGrid(QGridLayout): if text in '+-/*^': self._connectButtonClicked( button, - self._makeSlot(self._configLeftOp, button) + self._makeSlot(self._configLeftOp, text) ) if text == '=':