https://bugs.kde.org/show_bug.cgi?id=481717
Jin Liu <m.liu....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst |em/dolphin/-/commit/1ba5168 |em/dolphin/-/commit/a340362 |e39b270744a8e5c033ec24900b3 |524b5979474bb55705e37f40ba8 |37f908 |9f6f5b --- Comment #4 from Jin Liu <m.liu....@gmail.com> --- Git commit a340362524b5979474bb55705e37f40ba89f6f5b by Jin Liu. Committed on 12/10/2024 at 13:17. Pushed by meven into branch 'master'. dolphinview: after inline renaming, immediately update the selection Currently, the inline renaming updates the model and the list of selected files (m_selectedUrls) immediately after the user presses enter, but the selection in the view is not immediately updated. This results in the selection to be briefly lost for about 1 second until the view automatically refreshes. This patch updates the selection immediately after the user presses enter, so the renamed file is still selected. M +1 -0 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/a340362524b5979474bb55705e37f40ba89f6f5b -- You are receiving this mail because: You are watching all bug changes.