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)