Patch #1558763
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@105 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -52,9 +52,10 @@ else return text();
|
||||
}
|
||||
|
||||
void LinkLabel::mouseReleaseEvent(QMouseEvent* event){
|
||||
if(event->button()==Qt::LeftButton)
|
||||
emit clicked();
|
||||
openBrowser(url());
|
||||
if(event->button()==Qt::LeftButton){
|
||||
emit clicked();
|
||||
openBrowser(url());
|
||||
}
|
||||
}
|
||||
|
||||
void LinkLabel::setPos(int x,int y){
|
||||
|
||||
Reference in New Issue
Block a user