https://bugs.kde.org/show_bug.cgi?id=376995
Maciej Mrozowski <reave...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Swapped [Next] and |Reversed search is checked |[Previous] labels when |(enabled) by default in |searching scrollback |incremental search bar |history |which is confusing Severity|normal |minor --- Comment #1 from Maciej Mrozowski <reave...@gmail.com> --- Actually, when looking at the code: https://cgit.kde.org/konsole.git/tree/src/IncrementalSearchBar.cpp?h=v16.12.2 I found that there is _reverseSearch button and that it is checked. Why is it checked by default? _reverseSearch = optionsMenu->addAction(i18n("Search backwards")); _reverseSearch->setCheckable(true); _reverseSearch->setToolTip(i18n("Sets whether search should start from the bottom")); _reverseSearch->setChecked(true); This is most confusing... -- You are receiving this mail because: You are watching all bug changes.