Skip to content

Commit

Permalink
make links clickable in message boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Nov 13, 2014
1 parent f6d13ec commit d477e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mstyle/mstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8146,7 +8146,7 @@ int MgStyle::styleHint(StyleHint hint, const QStyleOption* option, const QWidget
case SH_FormLayoutWrapPolicy:
return QFormLayout::DontWrapRows;
case SH_MessageBox_TextInteractionFlags:
return true;
return Qt::LinksAccessibleByMouse | Qt::TextSelectableByMouse;
case SH_WindowFrame_Mask:
return false;

Expand Down

0 comments on commit d477e58

Please sign in to comment.