mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed updating of field placeholder in compose controls while editing.
This commit is contained in:
parent
94f1d23788
commit
47bf099b88
1 changed files with 1 additions and 0 deletions
|
@ -1973,6 +1973,7 @@ void ComposeControls::applyDraft(FieldHistoryAction fieldHistoryAction) {
|
||||||
const auto guard = gsl::finally([&] {
|
const auto guard = gsl::finally([&] {
|
||||||
updateSendButtonType();
|
updateSendButtonType();
|
||||||
updateReplaceMediaButton();
|
updateReplaceMediaButton();
|
||||||
|
updateFieldPlaceholder();
|
||||||
updateControlsVisibility();
|
updateControlsVisibility();
|
||||||
updateControlsGeometry(_wrap->size());
|
updateControlsGeometry(_wrap->size());
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue