From 6b40c32ce8984e49884a07a916db1d33c083dcfe Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Thu, 24 Apr 2008 23:36:02 -0500 Subject: [PATCH] Connect secondary clock to playhead. --- Timeline/TLE.fl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Timeline/TLE.fl b/Timeline/TLE.fl index 0e33178..84083d7 100644 --- a/Timeline/TLE.fl +++ b/Timeline/TLE.fl @@ -25,7 +25,7 @@ decl {\#include } {} decl {\#include } {} -decl {extern char *user_config_dir;} {selected global +decl {extern char *user_config_dir;} {global } class TLE {open @@ -338,7 +338,7 @@ Fl::scheme( Fl::scheme() );} code1 {o->labeltype( FL_NO_LABEL );} class Transport } - Fl_Pack clocks_pack { + Fl_Pack clocks_pack {open xywh {185 23 288 46} type HORIZONTAL code0 {o->spacing( 2 );} } { @@ -350,9 +350,10 @@ Fl::scheme( Fl::scheme() );} class Clock } Fl_Box {} { - label PLAYHEAD + label PLAYHEAD selected xywh {325 29 142 40} box BORDER_BOX color 46 code0 {o->type( Clock::BBT );} + code1 {o->run( &transport->frame );} class Clock } }