mirror of https://github.com/procxx/kepka.git
parent
7d342b9c6d
commit
4d3e7ac30c
|
@ -1799,10 +1799,8 @@ void HistoryWidget::applyDraft(bool parseLinks, Ui::FlatTextarea::UndoHistoryAct
|
||||||
_editMsgId = 0;
|
_editMsgId = 0;
|
||||||
_replyToId = readyToForward() ? 0 : _history->localDraft()->msgId;
|
_replyToId = readyToForward() ? 0 : _history->localDraft()->msgId;
|
||||||
}
|
}
|
||||||
if (!canWriteMessage()) {
|
updateControlsVisibility();
|
||||||
updateControlsVisibility();
|
updateControlsGeometry();
|
||||||
updateControlsGeometry();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (parseLinks) {
|
if (parseLinks) {
|
||||||
onPreviewParse();
|
onPreviewParse();
|
||||||
|
|
Loading…
Reference in New Issue