fix: troca button para text no _configLeftOp
This commit is contained in:
@@ -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 == '=':
|
||||
|
||||
Reference in New Issue
Block a user