Skip to content

Revert "connect to KUrlNavigatorToggleButton::toggled"

Kai Uwe Broulik requested to merge revert-fe08d1ef into master

This reverts commit fe08d1ef


The toggled signal is also emitted upon doing a programmatic setChecked, which results in the address bar immediately switching back to breadcrumb mode upon entering edit mode.

Qt has since been fixed to allow clicking checkable buttons through accessibility: https://code.qt.io/cgit/qt/qtbase.git/commit/?id=5317ff74fd2ff31e4bfb8e7e6c4a6e06a16fffc8 cf. also discussion in !1424 (closed) and system/dolphin!492 (comment 604274)

Merge request reports