mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 10:28:21 +02:00
TDateTimePicker - removing not needed lines of code
git-svn-id: trunk@52594 -
This commit is contained in:
parent
7c8840606e
commit
5416af6a20
@ -1338,8 +1338,6 @@ begin
|
||||
for I := dtpHour to dtpMiliSec do
|
||||
if not (I in FEffectiveHideDateTimeParts) then begin
|
||||
Inc(TimeParts);
|
||||
if TimeParts > 1 then
|
||||
Inc(FTimeWidth, FTimeSeparatorWidth);
|
||||
|
||||
if I = dtpMiliSec then
|
||||
FTimeWidth := FTimeWidth + 3 * FDigitWidth
|
||||
|
Loading…
Reference in New Issue
Block a user