Commit 15151cba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Force modality to fix 1746.

parent 2f110048
......@@ -66,9 +66,10 @@ OpenDialog::OpenDialog( QWidget *parent,
{
i_action_flag = _action_flag;
setWindowModality( Qt::WindowModal );
if( b_selectMode ) /* Select mode */
{
setWindowModality( Qt::WindowModal );
i_action_flag = SELECT;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment