Colorbleed / maya-capture-gui

GUI front-end for maya-capture
MIT License
76 stars 29 forks source link

Typing end frame usually changes around start frame too #69

Open BigRoy opened 6 years ago

BigRoy commented 6 years ago

Issue

The capture UI time settings automatically try to adjust so that the end frame is higher than the start frame, and vice versa.

As such when retyping the end frame, e.g. going 1... -> 12... -> 125 then The start frame will automatically be resetted to frame 1 since for a moment there the lowest set end frame was frame 1.

Proposal

Instead of this behavior it should only update that check on leaving the text field, on enter and/or after a delay (possibly 2 seconds or so?). So that one can at least type without interfering with the other setting.