mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 06:45:45 +02:00
messageBar: force focus when showTypo button clicked
Change-Id: Ic3980ad9ecfa66ec9767aaa1fb18376f196fd012
This commit is contained in:
parent
146dd21679
commit
4edc2d6369
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ RowLayout {
|
|||
|
||||
height: rectHeight + (dataTransferSendContainer.visible ? dataTransferSendContainer.height + (!showTypo ? 40 : - marginSize) : 0 )
|
||||
|
||||
onShowTypoChanged: {
|
||||
messageBarTextArea.forceActiveFocus();
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.preferredHeight: parent.height
|
||||
Layout.preferredWidth: childrenRect.width
|
||||
|
|
Loading…
Add table
Reference in a new issue