Commit 220ce936 authored by kliment's avatar kliment

Fix ALL dropdowns on Windows

parent c5e6fe22
......@@ -185,7 +185,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
scan=self.scanserial()
self.serialport = wx.ComboBox(self.panel, -1,
choices=scan,
style=wx.CB_SIMPLE|wx.CB_DROPDOWN|wx.CB_SORT, pos=(50,0))
style=wx.CB_DROPDOWN|wx.CB_SORT, pos=(50,0))
try:
self.serialport.SetValue(scan[0])
except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment