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:
parent
f716514876
commit
68d3fd40a9
@ -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__);
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
#define VERSION 1.14
|
||||
#define VERSION 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user