Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-05-08 15:24:46 +0400
committerTon Roosendaal <ton@blender.org>2005-05-08 15:24:46 +0400
commit744bb6f19a4e0679bc047c0311a187d2121eb23b (patch)
tree25bcc2bddff5431ba5c373196e036070cff53bfa /source/blender/src/space.c
parent74ec3d4f51909bc998cce63a300b5488e97c3f5e (diff)
UI goodies & cleanup
- TimeLine: Marker grabbing works now. Use GKEY or select+drag, as usual Holding CTRL will step with 1 second (corrected for ntsc dudes yes!) Also added this in header pulldown - Time values and Time grid draw fixed for Seconds display. It used to draw steps of 2/5/10/20/50/100 etc. frames. Now does steps in seconds. Again corrected for "Frames/Sec" value. - "Frames/Sec" button redraws TimeLine, Secquencer, etc - Bug fixed in editing Theme for TimeLine (was editing Image Select...) - Added Grid color to Theme choices for Ipo, TimeLine, Sequencer, NLA, Action, Sound. Was missing!
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 63052d8f0ac..30dc39c6a2e 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -2177,7 +2177,7 @@ static void info_user_themebuts(uiBlock *block, short y1, short y2, short y3)
else if(curmain==12) spacetype= SPACE_BUTS;
else if(curmain==13) spacetype= SPACE_FILE;
else if(curmain==14) spacetype= SPACE_IMASEL;
- else if(curmain==15) spacetype= SPACE_IMASEL;
+ else if(curmain==15) spacetype= SPACE_TIME;
else return; // only needed while coding... when adding themes for more windows
/* color choices pup */
@@ -4796,7 +4796,7 @@ void allspace(unsigned short event, short val)
/* if header==1, then draw header for curarea too. Excepption for headerprint()... */
void force_draw(int header)
{
- /* draws alle areas that something identical to curarea */
+ /* draws all areas that show something identical to curarea */
extern int afterqtest(short win, unsigned short evt); //editscreen.c
ScrArea *tempsa, *sa;