mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML UI: hide all buttons when keyboard is visible
This extends the hack in commit 2e057bc29a ("QML UI: hide action button
when keyboard is visible") to the left and right button as well.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
			
			
This commit is contained in:
		
							parent
							
								
									636904e078
								
							
						
					
					
						commit
						f7f31c55cb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -73,6 +73,8 @@ cp $BREEZE/icons/actions/22/handle-right.svg $MC/icons
 | 
				
			||||||
pushd $MC
 | 
					pushd $MC
 | 
				
			||||||
ln -s $SRC/$BREEZE .
 | 
					ln -s $SRC/$BREEZE .
 | 
				
			||||||
sed -i -e "s/visible: root.action/visible: root.action \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml
 | 
					sed -i -e "s/visible: root.action/visible: root.action \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml
 | 
				
			||||||
 | 
					sed -i -e "s/visible: root.leftAction/visible: root.leftAction \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml
 | 
				
			||||||
 | 
					sed -i -e "s/visible: root.rightAction/visible: root.rightAction \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml
 | 
				
			||||||
popd
 | 
					popd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo org.kde.plasma.kirigami synced from upstream
 | 
					echo org.kde.plasma.kirigami synced from upstream
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue