Fix Export -> image group panel
1.click group item doe's not refresh group_images 2.Switch to Atlas mode that preview button doe's not shown
This commit is contained in:
parent
371eac9bef
commit
26d399d985
1 changed files with 4 additions and 0 deletions
|
@ -529,6 +529,8 @@ void ProjectExportDialog::_group_selected() {
|
|||
|
||||
|
||||
_update_group(); //?
|
||||
|
||||
_update_group_tree();
|
||||
}
|
||||
|
||||
String ProjectExportDialog::_get_selected_group() {
|
||||
|
@ -738,6 +740,8 @@ void ProjectExportDialog::_group_changed(Variant v) {
|
|||
EditorNode::get_undo_redo()->add_undo_method(this,"_save_export_cfg");
|
||||
EditorNode::get_undo_redo()->commit_action();
|
||||
updating=false;
|
||||
// update atlas preview button
|
||||
_update_group();
|
||||
}
|
||||
|
||||
void ProjectExportDialog::_group_item_edited() {
|
||||
|
|
Loading…
Reference in a new issue