== Sequencer ==

Bugfix: fixed missing plugin init on file load with open 'N'-key
  dialog reported by paprmh.
This commit is contained in:
Peter Schlaile
2007-02-19 21:35:32 +00:00
parent 25f7d6693f
commit 316df82cb4

View File

@@ -1060,6 +1060,8 @@ static void seq_panel_properties(short cntrl) // SEQ_HANDLER_PROPERTIES
VarStruct *varstr;
int a, xco, yco;
get_sequence_effect(last_seq);/* make sure, plugin is loaded */
uiDefBut(block, LABEL, 0, "Type: Plugin", 10,50,70,20, 0, 0, 0, 0, 0, "");
pis= last_seq->plugin;