draw region map layout when label is changed
This commit is contained in:
parent
9e7ce82f45
commit
bb7e15785c
1 changed files with 1 additions and 0 deletions
|
@ -493,6 +493,7 @@ void RegionMapEditor::on_tabWidget_Region_Map_currentChanged(int index) {
|
||||||
|
|
||||||
void RegionMapEditor::on_comboBox_RM_ConnectedMap_activated(const QString &mapsec) {
|
void RegionMapEditor::on_comboBox_RM_ConnectedMap_activated(const QString &mapsec) {
|
||||||
this->ui->lineEdit_RM_MapName->setText(this->project->mapSecToMapHoverName->value(mapsec));
|
this->ui->lineEdit_RM_MapName->setText(this->project->mapSecToMapHoverName->value(mapsec));
|
||||||
|
onRegionMapLayoutSelectedTileChanged(this->currIndex);// re-draw layout image
|
||||||
this->hasUnsavedChanges = true;// sometimes this is called for unknown reasons
|
this->hasUnsavedChanges = true;// sometimes this is called for unknown reasons
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue