Skip to content

Fixed play button in DialogMovieInfo#66

Open
Angelinas1 wants to merge 1 commit intophil65:masterfrom
Angelinas1:patch-1
Open

Fixed play button in DialogMovieInfo#66
Angelinas1 wants to merge 1 commit intophil65:masterfrom
Angelinas1:patch-1

Conversation

@Angelinas1
Copy link

@Angelinas1 Angelinas1 commented Jul 27, 2017


@ch.click(ID_BUTTON_PLAY_RESUME)
def play_noresume_button(self, control_id):
self.exit_script()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't another solution for this be simply adding "control_id";
self.exit_script(control_id)


@ch.click(ID_BUTTON_PLAY_NORESUME)
def play_resume_button(self, control_id):
self.exit_script()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't another solution for this be simply adding "control_id";
self.exit_script(control_id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants