fix: troca button para text no _configLeftOp
This commit is contained in:
@@ -93,7 +93,7 @@ class ButtonsGrid(QGridLayout):
|
|||||||
if text in '+-/*^':
|
if text in '+-/*^':
|
||||||
self._connectButtonClicked(
|
self._connectButtonClicked(
|
||||||
button,
|
button,
|
||||||
self._makeSlot(self._configLeftOp, button)
|
self._makeSlot(self._configLeftOp, text)
|
||||||
)
|
)
|
||||||
|
|
||||||
if text == '=':
|
if text == '=':
|
||||||
|
|||||||
Reference in New Issue
Block a user