Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Not always possible to change the frame range from the GUI #263

Open
jafyvilla opened this issue Mar 22, 2016 · 0 comments
Open

Not always possible to change the frame range from the GUI #263

jafyvilla opened this issue Mar 22, 2016 · 0 comments
Labels

Comments

@jafyvilla
Copy link
Contributor

If Livre is initialized with a specific frame range, e.g. --frames '200 300' and then the user wants to change this from the livreGUI, depending on the change the GUI animation component gets disabled.

For example, the initial frame range is [200, 300), and the user wants to change it to [200, 250). As soon as the first '2' in '250' is typed, the frame range [200, 2) is processed. Since '2' is not a valid frame in the initial frame range (it is outside the valid range of values), the whole animation component in the GUI is disabled, making it impossible to continue typing or changing frame-related parameters.

@jafyvilla jafyvilla added the bug label Mar 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant