Patch level :10.0 660

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
aggiunta anche il caso degli acceleratori (virtual key) nella stop_run delle maschere (serve quando, ad esempio, si voglia l'anteprima di stampa che ha acceleratore 'A' nella aprintbar)


git-svn-id: svn://10.65.10.50/trunk@20179 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-03-02 16:00:25 +00:00
parent a7add47afd
commit 8e4d3a080a

View File

@ -747,7 +747,7 @@ bool TMask::stop_run(
if (f.is_kind_of(CLASS_BUTTON_TOOL))
{
const TButton_tool& b = (const TButton_tool&)f;
if (b.exit_key() == key)
if (b.exit_key() == key || b.virtual_key() == key)
break;
}
}