openMSX / wxcatapult

23 stars 4 forks source link

[Bug] Duplicate values in drop down menus after stopping and starting openMSX through catapult. [sf#490] #23

Closed openMSX-import closed 9 years ago

openMSX-import commented 9 years ago

Reported by vampier on 2013-08-04 06:11 UTC everytime openMSX starts the values in the VideoControls drop down menu get appended by more values. Attached is a screenshot how this looks if openMSX is started multiple times in catapult without closing catapult.

Cleaning out the lists 'on stop' would be a good solution?

openMSX-import commented 9 years ago

Updated by joxy on 2013-08-04 07:23 UTC

openMSX-import commented 9 years ago

Commented by joxy on 2013-08-04 07:23 UTC

(16:09:39) Vampier: void VideoControlPage::setNewRenderersAndScalers()
(16:09:39) Vampier: {
(16:09:39) Vampier:     m_rendererList->Clear();
(16:09:39) Vampier:     m_scalerAlgoList->Clear();
(16:09:39) Vampier:     m_scalerFactorList->Clear();
(16:09:40) Vampier:     m_accuracyList->Clear();
(16:09:40) Vampier: }
openMSX-import commented 9 years ago

Commented by manuelbi on 2013-08-04 07:31 UTC I can't reproduce this on Linux on the released 0.9.1.

openMSX-import commented 9 years ago

Updated by m9710797 on 2013-08-04 08:00 UTC

openMSX-import commented 9 years ago

Commented by m9710797 on 2013-08-04 08:00 UTC Was probably my fault. Should be fixed now (rev f6aa6c).