Patch level :10.0 250

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
aggiunta gestione nuovi bottoni nelle maschere di sheet (cliccava a caso tutti i bottoni!)
messo il numero corretto al bottone importa


git-svn-id: svn://10.65.10.50/trunk@18419 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-03-04 15:42:08 +00:00
parent 570c058ff9
commit 4a3c09554e
2 changed files with 3 additions and 3 deletions

View File

@ -3226,7 +3226,7 @@ void TSheet_field::row2mask(int n, TToken_string& r, int mode)
const short id = f.dlg();
if (id >= FIRST_FIELD &&
!f.is_kind_of(CLASS_BUTTON_FIELD) &&
!f.is_kind_of(CLASS_BUTTON_FIELD) && !f.is_kind_of(CLASS_BUTTON_TOOL) &&
(f.active() || f.ghost()))
{
if (f.has_check() && (mode & 0x1))

View File

@ -85,8 +85,8 @@
#define BMP_2 137
#define BMP_3 138
#define BMP_EMAIL 139
#define BMP_IMPORT 150
#define BMP_EXPORT 151
#define BMP_IMPORT 152
#define BMP_SAVERECDN 153
#define BMP_DELRECDN 154
#define BMP_NEWRECDN 155
@ -138,8 +138,8 @@
#define TOOL_LASTREC 125
#define TOOL_FINDREC 126
#define TOOL_EMAIL 139
#define TOOL_IMPORT 150
#define TOOL_EXPORT 151
#define TOOL_IMPORT 152
#define TOOL_CONVERT 156
#define TOOL_INFO 162
#define TOOL_HELP 163