----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128792/ -----------------------------------------------------------
Review request for KDE Frameworks and Christoph Feck. Repository: kiconthemes Description ------- When running KDevelop I wanted to choose the icon for a folder in the file picker dialog, but the file picker disappeared and I couldn't find it anywhere. Tested the same thing on dolphin, same thing happened. This patch makes sure that if one of the widgets are modal, the this will run on top of it as modal too. Signed-off-by: Tomaz Canabrava <tomaz.canabr...@gmail.com> Diffs ----- src/kicondialog.cpp d75ad970504bff5ae1cb785e6a06f9f9da58a1ff Diff: https://git.reviewboard.kde.org/r/128792/diff/ Testing ------- now the dialog to choose the other icon appears. Thanks, Tomaz Canabrava