Skip to content
Snippets Groups Projects
Commit d8799a1c authored by Dirk Wilden's avatar Dirk Wilden
Browse files

fixed dialog initialization

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5726 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 09e7a293
No related branches found
No related tags found
No related merge requests found
...@@ -126,11 +126,11 @@ void texturePropertiesWidget::show(TextureData* _texData, int _id, QString _name ...@@ -126,11 +126,11 @@ void texturePropertiesWidget::show(TextureData* _texData, int _id, QString _name
else else
textureLabel->setText("<B>Textures for object '" + _name + "'</B>"); textureLabel->setText("<B>Textures for object '" + _name + "'</B>");
propChanged_ = false;
textureList->setCurrentItem( textureList->item(0) ); textureList->setCurrentItem( textureList->item(0) );
textureChanged( textureList->item(0) ); textureChanged( textureList->item(0) );
propChanged_ = false;
QDialog::show(); QDialog::show();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment