mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:19:08 +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
|
for I := dtpHour to dtpMiliSec do
|
||||||
if not (I in FEffectiveHideDateTimeParts) then begin
|
if not (I in FEffectiveHideDateTimeParts) then begin
|
||||||
Inc(TimeParts);
|
Inc(TimeParts);
|
||||||
if TimeParts > 1 then
|
|
||||||
Inc(FTimeWidth, FTimeSeparatorWidth);
|
|
||||||
|
|
||||||
if I = dtpMiliSec then
|
if I = dtpMiliSec then
|
||||||
FTimeWidth := FTimeWidth + 3 * FDigitWidth
|
FTimeWidth := FTimeWidth + 3 * FDigitWidth
|
||||||
|
Loading…
Reference in New Issue
Block a user