Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
f1fcb974
Commit
f1fcb974
authored
Apr 09, 2021
by
Wolfgang Rohdewald
Browse files
MainWindow.tilesetNameChanged: remove *unusedArgs
until I find out why this is needed
parent
d7caa41f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.py
View file @
f1fcb974
...
...
@@ -609,9 +609,9 @@ class MainWindow(KXmlGuiWindow):
centralWidget
.
setAutoFillBackground
(
True
)
@
afterQueuedAnimations
def
tilesetNameChanged
(
# pylint: disable=unused-argument
def
tilesetNameChanged
(
self
,
unusedDeferredResult
,
unusedOldValue
=
None
,
unusedNewValue
=
None
,
*
unusedArgs
):
unusedNewValue
=
None
):
"""if the wanted tileset changed, apply the change now"""
if
self
.
centralView
:
with
AnimationSpeed
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment