mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
parent
cfa3352caf
commit
d984c5924d
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ void FormSummary::setupControls() {
|
||||||
_1 + _2 < _3));
|
_1 + _2 < _3));
|
||||||
|
|
||||||
rpl::merge(
|
rpl::merge(
|
||||||
_submit->widthValue(),
|
(_submit ? _submit->widthValue() : rpl::single(0)),
|
||||||
_cancel->widthValue()
|
_cancel->widthValue()
|
||||||
) | rpl::skip(2) | rpl::start_with_next([=] {
|
) | rpl::skip(2) | rpl::start_with_next([=] {
|
||||||
updateControlsGeometry();
|
updateControlsGeometry();
|
||||||
|
|
Loading…
Add table
Reference in a new issue