Commit d18e0d0e authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: PLSelector: ensure curItem is set when switching back from ML

parent 969c7bd3
......@@ -303,6 +303,7 @@ void PLSelector::setSource( QTreeWidgetItem *item )
else if( i_type == SQL_ML_TYPE )
{
emit categoryActivated( NULL, true );
curItem = item;
return;
}
#endif
......
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