This commit is contained in:
恍兮惚兮 2024-05-30 14:39:04 +08:00
parent 6f497fa489
commit afa8abb81e

View File

@ -1004,8 +1004,6 @@ class QUnFrameWindow(resizableframeless):
for button in center:
button.move(int(leftstart), 0)
leftstart += button.width()
for button in self.showbuttons:
button.show()
def callwrap(self, call, _):
try: