regression in fx anim #42

This commit is contained in:
niels
2015-11-15 01:56:39 +01:00
parent 9248216fad
commit 39d126e080
2 changed files with 0 additions and 22 deletions

View File

@@ -6814,26 +6814,6 @@ Quicktime-MJPEG</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="loglinear">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Toggle logarithmic scale</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Log</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_HALF</property>
<property name="focus_on_click">True</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>

View File

@@ -3034,8 +3034,6 @@ static void update_current_slot(int *history, int pm, int last_pm)
{
int marker_go = 0;
fx_anim = 1;
/* Update marker bounds */
if( (history[SAMPLE_MARKER_START] != info->status_tokens[SAMPLE_MARKER_START]) )
{