mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Don't close ShareBox by outside click.
This commit is contained in:
parent
107b72f442
commit
4bfe40d02e
1 changed files with 2 additions and 0 deletions
|
@ -248,6 +248,8 @@ void ShareBox::prepareCommentField() {
|
|||
void ShareBox::prepare() {
|
||||
prepareCommentField();
|
||||
|
||||
setCloseByOutsideClick(false);
|
||||
|
||||
_select->resizeToWidth(st::boxWideWidth);
|
||||
Ui::SendPendingMoveResizeEvents(_select);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue