mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 07:40:00 +01:00
regression in fx anim #42
This commit is contained in:
@@ -6814,26 +6814,6 @@ Quicktime-MJPEG</property>
|
|||||||
<property name="fill">True</property>
|
<property name="fill">True</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</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>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="padding">0</property>
|
<property name="padding">0</property>
|
||||||
|
|||||||
@@ -3034,8 +3034,6 @@ static void update_current_slot(int *history, int pm, int last_pm)
|
|||||||
{
|
{
|
||||||
int marker_go = 0;
|
int marker_go = 0;
|
||||||
|
|
||||||
fx_anim = 1;
|
|
||||||
|
|
||||||
/* Update marker bounds */
|
/* Update marker bounds */
|
||||||
if( (history[SAMPLE_MARKER_START] != info->status_tokens[SAMPLE_MARKER_START]) )
|
if( (history[SAMPLE_MARKER_START] != info->status_tokens[SAMPLE_MARKER_START]) )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user