Pārlūkot izejas kodu

wxGUI/animation: set default export file type choice option (#838)

Tomas Zigo 4 gadi atpakaļ
vecāks
revīzija
9bd35028cc
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      gui/wxpython/animation/dialogs.py

+ 1 - 0
gui/wxpython/animation/dialogs.py

@@ -1164,6 +1164,7 @@ class ExportDialog(wx.Dialog):
         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(