Set focus to layer after showing.

This commit is contained in:
John Preston 2019-10-15 18:36:37 +04:00
parent 54238dcd61
commit d16007004a

View file

@ -24,6 +24,7 @@ void LayerManager::showBox(
anim::type animated) {
ensureLayerCreated();
_layer->showBox(std::move(box), options, animated);
setFocus();
}
void LayerManager::hideAll(anim::type animated) {