| Summary: | find next/previous icon inconsistence | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Emily Grace Seville <EmilySeville7cf> |
| Component: | keyboard | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate, qydwhotmail |
| Priority: | NOR | ||
| Version First Reported In: | 19.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/konsole/commit/49ccf099c130be28da5a1972b247f1480d9d7159 | Version Fixed/Implemented In: | 21.12 |
| Sentry Crash Report: | |||
|
Description
Emily Grace Seville
2021-10-03 04:48:19 UTC
Confirmed in git-master. Can you confirm "Search backwards" is checked? Yes, thanks, it helps. This issue is my mistake, sorry. :) Menu icon should be updated when "Search backwards" is checked, so I guess it's still a bug. A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/497 Git commit 49ccf099c130be28da5a1972b247f1480d9d7159 by Fushan Wen. Committed on 07/10/2021 at 14:33. Pushed by hindenburg into branch 'master'. Make "Find Next/Previous" icons in Edit menu consistent with those in the search bar There is an inconsistence in "Find Next/Previous" icons in Edit menu and the search bar. Make sure they are consistent whenever "Search backwards" is checked or not. M +13 -0 src/session/SessionController.cpp M +1 -0 src/session/SessionController.h M +1 -0 src/widgets/IncrementalSearchBar.cpp M +5 -0 src/widgets/IncrementalSearchBar.h https://invent.kde.org/utilities/konsole/commit/49ccf099c130be28da5a1972b247f1480d9d7159 |