We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6466bd7 commit 788180cCopy full SHA for 788180c
src/gui/editorwidgets/qgsdatetimeeditconfig.cpp
@@ -415,6 +415,10 @@ void QgsDateTimeEditConfig::updateFieldFormat( int idx )
415
{
416
mFieldFormatEdit->setText( format );
417
}
418
+ else if ( mFieldFormatEdit->text() == QgsDateTimeFieldFormatter::QT_ISO_FORMAT )
419
+ {
420
+ mFieldFormatEdit->setText( QgsDateTimeFieldFormatter::DISPLAY_FOR_ISO_FORMAT );
421
+ }
422
423
mFieldFormatEdit->setEnabled( custom );
424
mFieldHelpToolButton->setVisible( custom );
0 commit comments