mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-05 03:42:52 +08:00
messageBar: force focus when showTypo button clicked
Change-Id: Ic3980ad9ecfa66ec9767aaa1fb18376f196fd012
This commit is contained in:
committed by
Capucine Berthet
parent
146dd21679
commit
4edc2d6369
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user