Skip to content

DolphinViewContainer: make sure searchbox is initialized before setSearchPath

Akseli Lahtinen requested to merge work/cherry-pick-37b08133 into release/24.12

If searchBox is not initialized, it can't be updated properly with setSearchPath due to some buttons not existing. There is also just no need to update it if it's not initialized.

Make sure we check for it's initialized during setting the search path.

BUG:497021

(cherry picked from commit 37b08133)

Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev

Edited by Akseli Lahtinen

Merge request reports

Loading