Corretto (under Guy's supervision) il dimensionamento dei listbox
negli spreadsheet; ora visualizza oltre i 2 caratteri. git-svn-id: svn://10.65.10.50/trunk@3023 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1c78ea4c88
commit
1a64b29503
@ -265,7 +265,7 @@ TSpreadsheet::TSpreadsheet(
|
|||||||
|
|
||||||
TString testa(h);
|
TString testa(h);
|
||||||
const int at = testa.find('@');
|
const int at = testa.find('@');
|
||||||
const int m = f->is_kind_of(CLASS_LIST_FIELD) ? 2 : f->size(); // Memory width
|
const int m = f->size(); // Memory width
|
||||||
int v = m; // Video width
|
int v = m; // Video width
|
||||||
if (at >= 0)
|
if (at >= 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user