mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
No such thing as pysollib.app.comments (#153)
This commit is contained in:
parent
300d5dca7a
commit
6016a6a5c1
3 changed files with 0 additions and 3 deletions
|
@ -393,7 +393,6 @@ class SelectGameDialogWithPreview(MfxDialog):
|
||||||
audio=self.app.audio,
|
audio=self.app.audio,
|
||||||
canvas=canvas,
|
canvas=canvas,
|
||||||
cardset=self.app.cardset.copy(),
|
cardset=self.app.cardset.copy(),
|
||||||
comments=self.app.comments.new(),
|
|
||||||
gamerandom=self.app.gamerandom,
|
gamerandom=self.app.gamerandom,
|
||||||
gdb=self.app.gdb,
|
gdb=self.app.gdb,
|
||||||
gimages=self.app.gimages,
|
gimages=self.app.gimages,
|
||||||
|
|
|
@ -483,7 +483,6 @@ class SelectGameDialogWithPreview(SelectGameDialog):
|
||||||
audio=self.app.audio,
|
audio=self.app.audio,
|
||||||
canvas=canvas,
|
canvas=canvas,
|
||||||
cardset=self.app.cardset.copy(),
|
cardset=self.app.cardset.copy(),
|
||||||
comments=self.app.comments.new(),
|
|
||||||
gamerandom=self.app.gamerandom,
|
gamerandom=self.app.gamerandom,
|
||||||
gdb=self.app.gdb,
|
gdb=self.app.gdb,
|
||||||
gimages=self.app.gimages,
|
gimages=self.app.gimages,
|
||||||
|
|
|
@ -484,7 +484,6 @@ class SelectGameDialogWithPreview(SelectGameDialog):
|
||||||
audio=self.app.audio,
|
audio=self.app.audio,
|
||||||
canvas=canvas,
|
canvas=canvas,
|
||||||
cardset=self.app.cardset.copy(),
|
cardset=self.app.cardset.copy(),
|
||||||
comments=self.app.comments.new(),
|
|
||||||
gamerandom=self.app.gamerandom,
|
gamerandom=self.app.gamerandom,
|
||||||
gdb=self.app.gdb,
|
gdb=self.app.gdb,
|
||||||
gimages=self.app.gimages,
|
gimages=self.app.gimages,
|
||||||
|
|
Loading…
Add table
Reference in a new issue