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:
angelo 1996-06-18 16:40:30 +00:00
parent 1c78ea4c88
commit 1a64b29503

View File

@ -265,7 +265,7 @@ TSpreadsheet::TSpreadsheet(
TString testa(h);
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
if (at >= 0)
{