kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02967
Design Rules Dialog - Assert creating a listbox.
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Marco Serantoni" <marco.serantoni@...>
-
Date:
Mon, 20 Jul 2009 18:04:07 -0000
-
User-agent:
eGroups-EW/0.82
There is an Assert coming from the creation of a listbox with wxLB_MULTIPLEand wxLB_EXTENDED at dialog_design_rule_base.cpp:155 and 190.
Documentation http://docs.wxwidgets.org/stable/wx_wxlistbox.html#wxlistbox says:
"Note that wxLB_SINGLE, wxLB_MULTIPLE and wxLB_EXTENDED styles are mutuallyexclusive and you can specify at most one of them (single selection is thedefault)."
I promise that this was the last for today ;)
--
Marco