From 1a64b295037f2d18082dbf3a2e6091aa9dfeb571 Mon Sep 17 00:00:00 2001 From: angelo Date: Tue, 18 Jun 1996 16:40:30 +0000 Subject: [PATCH] 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 --- include/msksheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msksheet.cpp b/include/msksheet.cpp index 0ec02f0f5..45986938f 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -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) {