fixing the toolbar issue. All the credit goes to biesi (he provided

the testcase for it)
This commit is contained in:
zack%kde.org 2005-08-25 23:05:30 +00:00
Родитель 7cfd1cb2e3
Коммит e9694b539b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,7 @@
nsNativeThemeQt::nsNativeThemeQt()
{
combo = new QComboBox((QWidget *)0);
combo->resize(0, 0);
ThemeChanged();
}