mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:09:32 +02:00
TAChart: fix TDateTimeIntervalChartSource supressing minutes in hour steps
git-svn-id: trunk@57030 -
This commit is contained in:
parent
6560513c29
commit
7e3edd9156
@ -143,7 +143,7 @@ const
|
||||
DEFAULT_MONTH_FORMAT = 'mm/yyyy';
|
||||
DEFAULT_WEEK_FORMAT = 'dd/mm';
|
||||
DEFAULT_DAY_FORMAT = 'dd/mm';
|
||||
DEFAULT_HOUR_FORMAT = 'dd hh:00';
|
||||
DEFAULT_HOUR_FORMAT = 'dd hh:nn';
|
||||
DEFAULT_MINUTE_FORMAT = 'hh:nn';
|
||||
DEFAULT_SECOND_FORMAT = 'nn:ss';
|
||||
DEFAULT_MILLISECOND_FORMAT = 'szzz"ms"';
|
||||
|
Loading…
Reference in New Issue
Block a user