Opened 13 years ago
Closed 13 years ago
#7937 closed bug (fixed)
[Time] Half-second delay before clock appears
Reported by: | hamish | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Time & Date | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In the layout-aware time preflet, there is a delay before the clock appears. This seems to happen because the clock dimensions are calculated in FrameResized(), and there is a delay before the view resize message is received.
Moving the dimension calculations to DoLayout() solves this problem.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | time_clock_21082011.patch added |
---|
comment:1 by , 13 years ago
patch: | 0 → 1 |
---|
Note:
See TracTickets
for help on using tickets.
Fixes clock draw delay #7937