Patch level : 2.1 80

Files correlati     :ba1.exe
Ricompilazione Demo : [ ]
Commento            :

Corretta visualizzazione valori EOD ed EOX


git-svn-id: svn://10.65.10.50/trunk@12231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2004-06-30 16:11:24 +00:00
parent e7be7cf3f5
commit 8b0bc0775e

View File

@ -37,7 +37,7 @@ public:
void add();
void rebuild() { _items = _dir->items();}
TDir_sheet(const char* title,byte buttons=0x8,const char* col = "N.@3R|Nome@20|EOD@R7|EOX@R7|Lung.@R7|Descrizione@43|Formula@33|Flags@R7");
TDir_sheet(const char* title,byte buttons=0x8,const char* col = "N.@3R|Nome@20|EOD@7R|EOX@7R|Lung.@7R|Descrizione@43|Formula@33|Flags@7R");
virtual ~TDir_sheet();
};