Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1068641 - Firefox :: Options popup could not be closed by pressin…
…g * btn
  • Loading branch information
mfinkle committed Sep 23, 2014
1 parent 0cd7c28 commit 9559eb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/source/dialogs.brs
Expand Up @@ -70,6 +70,9 @@ function showPopup(title As dynamic, buttons As dynamic) As object
else if dlgMsg.isButtonPressed()
dialog = invalid
return dlgMsg.getIndex()
else if dlgMsg.isButtonInfo() then
dialog = invalid
return -1
endif
endif
end while
Expand Down

0 comments on commit 9559eb5

Please sign in to comment.