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-20 07:14:31 +00:00
Родитель ef9d29ba5a
Коммит dac784b5f8
1 изменённых файлов: 1 добавлений и 0 удалений

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

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