Skip to content

DolphinViewContainer: make sure searchbox is initialized before setSearchPath

Akseli Lahtinen requested to merge work/akselmo/fix-searchbox-crash into master

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

Edited by Akseli Lahtinen

Merge request reports

Loading