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-28 19:00:46 +0300
committerTon Roosendaal <ton@blender.org>2005-12-28 19:00:46 +0300
commit59ef1bca6a1525b099fc92d0623b490c4dc63921 (patch)
treec457597d5fe3fe538eea80aa3e5e6da70fc95b19 /source/blender/src/drawtime.c
parent9df1460777cceed839721ea99fd9623aedbb26f5 (diff)
Yes, there are 2 marker icons... only one was corrected for proper center
drawing.
Diffstat (limited to 'source/blender/src/drawtime.c')
-rw-r--r--source/blender/src/drawtime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/drawtime.c b/source/blender/src/drawtime.c
index 7ad6c492c5b..98b1596e506 100644
--- a/source/blender/src/drawtime.c
+++ b/source/blender/src/drawtime.c
@@ -166,6 +166,9 @@ 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);