mirror of
				https://github.com/QRouland/UTPass.git
				synced 2025-11-04 01:56:31 +00:00 
			
		
		
		
	Fix issue where textfield used wrong signals
This commit is contained in:
		@@ -64,7 +64,7 @@ PageHeader {
 | 
			
		||||
            height: units.gu(4)
 | 
			
		||||
            visible: false
 | 
			
		||||
            anchors.verticalCenter: parent.verticalCenter
 | 
			
		||||
            onContentWidthChanged: searchBarTextChanged(searchBar.text)
 | 
			
		||||
            onTextChanged: searchBarTextChanged(searchBar.text)
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user