Setting minutes in Timepicker dialog only changes in 5 min increments
Bug #1017331 reported by
Donnie McNeal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Granite |
Fix Released
|
Undecided
|
Corentin Noël |
Bug Description
I want to create a new event that starts at 23:00
1. Select add event
2. A default time is set (22:58)
3. Attempt to modify minutes using the "<"">" buttons. The value changes +/- 5minutes (23:03, 23:08, 23:13...)
The issue is that I can't set the time be exactly at 23:00 unless I add an event at a time where the event ends in :00,:05,:10, etc... I would think at a minimum minutes could be set at every 5 mins starting at :00.
Related branches
lp://staging/~tintou/granite/timepicker
- elementary Pantheon team: Pending requested
-
Diff: 94 lines (+38/-16)1 file modifiedlib/Widgets/TimePicker.vala (+38/-16)
description: | updated |
Changed in granite: | |
assignee: | nobody → Corentin Noël (tintou) |
Changed in granite: | |
status: | Confirmed → Fix Committed |
Changed in granite: | |
milestone: | none → luna-beta2 |
Changed in granite: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is a granite bug, I'll see if I can get a fix in for it tonight. We'll probably make the time always start on a multiple of 5 minutes (so you can choose 23:00 exactly).