This commit is contained in:
parent
878eeb5013
commit
8c5aac4885
@ -153,6 +153,16 @@ namespace VEPROMS
|
||||
dlgFindReplace = new FindReplace();
|
||||
SpellChecker = new VlnSpellCheck();
|
||||
displaySearch1.PrintRequest += new DisplaySearchEvent(displaySearch1_PrintRequest);
|
||||
this.Activated += new EventHandler(frmVEPROMS_Activated);
|
||||
}
|
||||
void frmVEPROMS_Activated(object sender, EventArgs e)
|
||||
{
|
||||
// refresh anything that pertains to external files or programs:
|
||||
|
||||
// if ro.fst was 'updated' from the roeditor, enable the update ro.fst values on
|
||||
// the steptabribbon.
|
||||
if (SelectedStepTabPanel!=null && SelectedStepTabPanel.MyStepTabRibbon != null)
|
||||
SelectedStepTabPanel.MyStepTabRibbon.SetUpdRoValBtn(SelectedStepTabPanel.MyStepTabRibbon.NewerRoFst());
|
||||
}
|
||||
void displaySearch1_PrintRequest(object sender, DisplaySearchEventArgs args)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user