Corretto errore MI3347.
git-svn-id: svn://10.65.10.50/trunk@2744 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ebbd06db68
commit
0fdcb6804c
@ -645,13 +645,18 @@ bool TForm_EC_editor::edit(char s, pagetype p)
|
||||
}
|
||||
}
|
||||
if (local_dirty)
|
||||
{
|
||||
{
|
||||
TPrint_section saved_section(form().section(s,odd_page));
|
||||
|
||||
local_dirty = form().section(s,odd_page).edit(caption);
|
||||
if (!local_dirty) // E' stato premuto annulla dalla maschera di sezione
|
||||
if (form().reread(s,odd_page) && font_changed)
|
||||
{ // Quindi ripristina la vecchia sezione
|
||||
form().section(s,odd_page) = saved_section;
|
||||
if (font_changed)
|
||||
//se e' stato cambiato il font allora in _prm ho i dati necessari
|
||||
// per ricostruire le dimensioni corrette
|
||||
change_pos(s,odd_page);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (local_dirty || _msk->dirty()!=0) dirty=TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user