Navigation Menu

Skip to content

Commit

Permalink
fix #7749
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 2, 2013
1 parent 6983ec3 commit 3e1f3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsattributeeditor.cpp
Expand Up @@ -752,6 +752,7 @@ QWidget *QgsAttributeEditor::createAttributeEditor( QWidget *parent, QWidget *ed
{
case QgsVectorLayer::FileName:
case QgsVectorLayer::Photo:
case QgsVectorLayer::Calendar:
pb = new QPushButton( tr( "..." ), myWidget );
break;

Expand Down

0 comments on commit 3e1f3a0

Please sign in to comment.