diff --git a/include/viswin.cpp b/include/viswin.cpp index 3eb8f8ac9..d66ebc3be 100755 --- a/include/viswin.cpp +++ b/include/viswin.cpp @@ -603,7 +603,7 @@ void TViswin::repos_buttons () // autoscroll(TRUE); for (int i = 0; i < _modules.items(); i++) - ((TImage&)_modules[i]).set_pos(4, 4+int(rows()-BUTTONROW_SIZE)*CHARY); + ((TImage&)_modules[i]).set_pos(4, 4+int(rows()-BUTTONROW_SIZE)*ROWY); const int buttons = _button.items(); if (buttons > 0) @@ -1184,11 +1184,11 @@ void TViswin::update () erase_point(); autoscroll(FALSE); set_mode(M_COPY); - if (_showbuts) - { +// if (_showbuts) +// { // set_brush (BACKGROUND); // bar ((X_OFFSET-1), rows()-BUTTONROW_SIZE, columns()+1, rows() + 1); - } +// } if (_need_update) { check_link();