mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-21 17:45:44 -05:00
Remove redundant text change for tileset combo boxes
This commit is contained in:
parent
805b366c89
commit
e2371eb1e6
|
|
@ -1192,11 +1192,6 @@ void MainWindow::displayMapProperties() {
|
|||
ui->frame_HeaderData->setEnabled(true);
|
||||
this->mapHeaderForm->setHeader(editor->map->header());
|
||||
|
||||
const QSignalBlocker b_PrimaryTileset(ui->comboBox_PrimaryTileset);
|
||||
const QSignalBlocker b_SecondaryTileset(ui->comboBox_SecondaryTileset);
|
||||
ui->comboBox_PrimaryTileset->setTextItem(editor->map->layout()->tileset_primary_label);
|
||||
ui->comboBox_SecondaryTileset->setTextItem(editor->map->layout()->tileset_secondary_label);
|
||||
|
||||
ui->mapCustomAttributesFrame->table()->setAttributes(editor->map->customAttributes());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user