Browse Source

Merge 568e8a9608 into 3d18cf37b9

pull/186/merge
Viktor Nova GitHub 8 years ago
parent
commit
1560e6caf9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sequencer/src/gui/event_edit.fl

+ 1
- 1
sequencer/src/gui/event_edit.fl View File

@@ -138,7 +138,7 @@ else
e->status( opcode );

Event_Widget *ew = v->value();
Event_Widget *ew;

if ( ew && ew->ev() )
e->timestamp( ew->ev()->timestamp() );


Loading…
Cancel
Save