wurmf / OpenBooth

An open source linux application for a photo booth.
MIT License
8 stars 0 forks source link

Triggering Photo in filter selection #27

Closed BenjaminLetz closed 6 years ago

BenjaminLetz commented 6 years ago

Triggering a Photo in the filter selection does not work

AnielaGratz commented 6 years ago

Specification: Does not work when a filter gets selected.

schrer commented 6 years ago

Problem could be caused by the ScrollPane, that probably catches any keystroke if it is selected. So a fix would probably be to replace the ScrollPane with something else that does not have such behavior.

schrer commented 6 years ago

Found a way to remove the scroll-bars of the ScrollPane without removing the ScrollPane entirely. Triggering works now in all cases. FIXED