1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

Fixed missing item list in launcher combobox

This commit is contained in:
graffy76 2013-08-16 20:59:58 -05:00
parent b850fe0289
commit 2bc56d0b5c

View File

@ -47,6 +47,8 @@ DataFilesPage::DataFilesPage(Files::ConfigurationManager &cfg, GameSettings &gam
mFilterProxyModel->setDynamicSortFilter(true);
mFilterProxyModel->setSourceModel(mPluginsProxyModel);
masterView->setModel (mMastersProxyModel);
QCheckBox checkBox;
unsigned int height = checkBox.sizeHint().height() + 4;
/*