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-12-29 00:50:06 +0300
committerTon Roosendaal <ton@blender.org>2005-12-29 00:50:06 +0300
commit98577f4e02ea50cd3daeb5900e30485de994942d (patch)
tree68f1ed23edccfb08d6825ac6e2a12d5c1b2cc90e /source/blender/src/drawtime.c
parent59ef1bca6a1525b099fc92d0623b490c4dc63921 (diff)
Review done with Matt; so here's a nicer version of the 'mini node'.
- nodes now have in header a triangle to minimize them or restore view - mininodes have a scale dragger on right hand
Diffstat (limited to 'source/blender/src/drawtime.c')
-rw-r--r--source/blender/src/drawtime.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/src/drawtime.c b/source/blender/src/drawtime.c
index 98b1596e506..7ad6c492c5b 100644
--- a/source/blender/src/drawtime.c
+++ b/source/blender/src/drawtime.c
@@ -166,9 +166,6 @@ static void draw_markers_time( void )
{
TimeMarker *marker;
- BIF_icon_set_aspect(ICON_MARKER, 1.0f);
- BIF_icon_set_aspect(ICON_MARKER_HLT, 1.0f);
-
/* unselected markers are drawn at the first time */
for(marker= G.scene->markers.first; marker; marker= marker->next) {
if(!(marker->flag & SELECT)) draw_marker(marker);