Set focus to layer after showing.
This commit is contained in:
parent
54238dcd61
commit
d16007004a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ void LayerManager::showBox(
|
||||||
anim::type animated) {
|
anim::type animated) {
|
||||||
ensureLayerCreated();
|
ensureLayerCreated();
|
||||||
_layer->showBox(std::move(box), options, animated);
|
_layer->showBox(std::move(box), options, animated);
|
||||||
|
setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
void LayerManager::hideAll(anim::type animated) {
|
void LayerManager::hideAll(anim::type animated) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue