Opened 12 years ago
Closed 12 years ago
#2987 closed defect (fixed)
Can not use the game button to take aphoto after setting the timer
Reported by: | erikos | Owned by: | dsd |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Record | Version: | Unspecified |
Severity: | Unspecified | Keywords: | 11.3.0 |
Cc: | manuq | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
- open Record
- set the timer to 5 seconds
- try to make a photo using the game button o
Change History (3)
comment:1 Changed 12 years ago by erikos
- Cc manuq added
comment:2 Changed 12 years ago by dsd
indeed, that workaround works.
I'll wait for Manuel to finish off his combobox work ([PATCH] Record: icons for the toolbar that replace strings "timer" and "duration") first, then I'll commit this.
comment:3 Changed 12 years ago by dsd
- Resolution set to fixed
- Status changed from new to closed
fixed in v93
Note: See
TracTickets for help on using
tickets.
Might be a trivial fix:
<dsd_> gtk_combo_box_set_focus_on_click ()
<dsd_> Sets whether the combo box will grab focus when it is clicked with the mouse. Making mouse clicks not grab focus is useful in places like toolbars where you don't want the keyboard focus removed from the main area of the application.