forked from Public/monero-gui
TextBlock: Fix multi select bug
This commit is contained in:
@@ -4,4 +4,9 @@ TextEdit {
|
||||
wrapMode: Text.Wrap
|
||||
readOnly: true
|
||||
selectByMouse: true
|
||||
// Workaround for https://bugreports.qt.io/browse/QTBUG-50587
|
||||
onFocusChanged: {
|
||||
if(focus === false)
|
||||
deselect()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user