mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build-system: update the mobile components script
The hack to remove the action button caused situations where the action button didn't return. Let's skip that for now. All the other fixes appear to still be needed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
272cb43c4e
commit
1e25c85dde
1 changed files with 0 additions and 5 deletions
|
@ -55,11 +55,6 @@ cp $BREEZE/icons/actions/22/overflow-menu.svg $MC/icons
|
|||
pushd $MC
|
||||
ln -s $SRC/breeze-icons .
|
||||
|
||||
# do not show the action buttons when the keyboard is open
|
||||
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
|
||||
|
||||
# kirigami hack: passive notification hijacks area even after disabled.
|
||||
# https://bugs.kde.org/show_bug.cgi?id=394204
|
||||
sed -i -e "s/width: backgroundRect/enabled: root.enabled; width: backgroundRect/g" src/controls/templates/private/PassiveNotification.qml
|
||||
|
|
Loading…
Reference in a new issue