Skip to content

Commit

Permalink
wxGUI/animation: set default export file type choice option (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi authored and petrasovaa committed Jul 27, 2020
1 parent c9eb39e commit 2ebdc38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/wxpython/animation/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,7 @@ def _createExportFormatPanel(self, notebook):
choices = [_("image sequence"), _("animated GIF"), _("SWF"), _("AVI")]
self.formatChoice = wx.Choice(parent=panel, id=wx.ID_ANY,
choices=choices)
self.formatChoice.SetSelection(0)
self.formatChoice.Bind(
wx.EVT_CHOICE,
lambda event: self.ChangeFormat(
Expand Down

0 comments on commit 2ebdc38

Please sign in to comment.