Anim: Improved support of extreme durations (O included to 655.350s included); Adding frames now inherits parent's duration cleanly; Default duration now 100ms (instead of 1ms). Removed blanks in Time window and made tooltips more explicit for next/prev frame, thanks to 00ai99 for reporting.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1931 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-03-13 00:21:12 +00:00
parent 8081c9527d
commit be96447f3b
4 changed files with 39 additions and 20 deletions

View File

@@ -1308,7 +1308,7 @@ void Init_buttons(void)
Do_nothing,
FAMILY_INSTANT);
Init_button(BUTTON_ANIM_PREV_FRAME,
"Go to previous frame ",
"Go to prev. frame/Rewind",
130,0,
13,13,
BUTTON_SHAPE_RECTANGLE,
@@ -1317,7 +1317,7 @@ void Init_buttons(void)
Do_nothing,
FAMILY_INSTANT);
Init_button(BUTTON_ANIM_NEXT_FRAME,
"Go to next frame ",
"Go to next frame / Play ",
144,0,
13,13,
BUTTON_SHAPE_RECTANGLE,