Page MenuHomePhabricator

Widget names in the dropdown boxes are wrong
Closed, ResolvedPublic

Description

The widget selected in the movie maker is not the one reacting to the buttons and sliders of the movie maker.

Most likely the reason is, that the comboboxes are filled qt3 style, where the first entry added is the top entry whereas in qt4 the first added entry is the bottom entry, thus name and index is topsy turvy.

Event Timeline

[SVN revision 21244]
FIX (#3279): Fixed combobox list widget name order

[SVN revision 21245]
FIX (#3279): Fixed combobox list widget name order; (didn't work with insert policy)

Merging "applicazion modules" component with "ExtApp plugins"