Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
date edit widget: show date if null is allowed
(cherry picked from commit 558f0b2)
  • Loading branch information
jef-n committed Jun 29, 2015
1 parent 447825b commit 3ed1ae4
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 3ed1ae4

Please sign in to comment.