FIX: [STUDIO-3377] [STUDIO-3376] fix layer heigth ui

Change-Id: If0ac1282c450432bb234325ca1c1b952dd33cb89
This commit is contained in:
chunmao.guo 2023-06-26 21:03:31 +08:00 committed by Lane.Wei
parent 06c2946a38
commit fef36a931d
4 changed files with 14 additions and 5 deletions

View file

@ -44,8 +44,8 @@ void ObjectLayers::select_editor(LayerRangeEditor* editor, const bool is_last_ed
#ifdef __WXOSX__
wxTheApp->CallAfter([editor]() {
#endif
editor->SetFocus();
editor->SelectAll();
//editor->SetFocus();
//editor->SelectAll();
#ifdef __WXOSX__
});
#endif