Commit 7ad82f89 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33

parent 0ce22e78
......@@ -108,4 +108,6 @@ void GotoTimeDialog::close()
var_SetTime( THEMIM->getInput(), "time", i_time );
}
this->toggleVisible();
timeEdit->setTime( QTime( 0, 0, 0) );
THEMIM->getIM()->update();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment