From e35ca712417efe0392a6b0b03e95da943540c55e Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 19 Jan 1995 15:58:43 +0000 Subject: [PATCH] Corretto errore nell'aggiunta di un direttorio git-svn-id: svn://10.65.10.50/trunk@891 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1101.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ba/ba1101.cpp b/ba/ba1101.cpp index 83194d6c7..ffd0311b3 100755 --- a/ba/ba1101.cpp +++ b/ba/ba1101.cpp @@ -33,7 +33,8 @@ void TDir_sheet::add () _dir->put(nitems); _items = nitems; - // select(nitems - 1); + build_page(first() + 1); + update(); } TDir_sheet::TDir_sheet(const char* title, const char * columns, byte buttons)