Skip to content

Commit

Permalink
date edit widget: show date if null is allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 8, 2015
1 parent 018cdd2 commit 558f0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/editorwidgets/qgsdatetimeedit.cpp
Expand Up @@ -106,6 +106,7 @@ void QgsDateTimeEdit::setDateTime( const QDateTime& dateTime )
else
{
QDateTimeEdit::setDateTime( dateTime );
mIsNull = false;
}
}

Expand Down

0 comments on commit 558f0b2

Please sign in to comment.