Corretta gestione del focus sui campi apparteneti a pagine disabilitate

git-svn-id: svn://10.65.10.50/trunk@199 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-09-08 16:24:10 +00:00
parent f716514876
commit 68d3fd40a9
3 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ void TApplication::about() const
{
#include <prassi.ver>
const TFilename n(__argv[0]);
message_box("PRASSI Versione %g\nProgramma %s\nLibreria del %s",
message_box("PRASSI Versione Beta %g\nProgramma %s\nLibreria del %s",
VERSION, (const char*)n.name(), __DATE__);
}

View File

@ -566,7 +566,7 @@ int TMask::find_active_field(int first, int dir) const
{
if (i > max) i = 0;
else if (i < 0) i = max;
if (fld(i).active())
if (fld(i).active() && page_enabled(find_parent_page(fld(i))))
{
w = fld(i).parent();
break;

View File

@ -1 +1 @@
#define VERSION 1.14
#define VERSION 1.0