fix: troca button para text no _configLeftOp

This commit is contained in:
Luiz Otávio
2023-03-04 09:36:37 -03:00
parent bfb445ad4f
commit f74e1d191d

View File

@@ -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 == '=':