Nulla o quasi
git-svn-id: svn://10.65.10.50/trunk@2880 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ef3e445516
commit
193aa479cd
@ -603,7 +603,7 @@ void TViswin::repos_buttons ()
|
|||||||
// autoscroll(TRUE);
|
// autoscroll(TRUE);
|
||||||
|
|
||||||
for (int i = 0; i < _modules.items(); i++)
|
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();
|
const int buttons = _button.items();
|
||||||
if (buttons > 0)
|
if (buttons > 0)
|
||||||
@ -1184,11 +1184,11 @@ void TViswin::update ()
|
|||||||
erase_point();
|
erase_point();
|
||||||
autoscroll(FALSE);
|
autoscroll(FALSE);
|
||||||
set_mode(M_COPY);
|
set_mode(M_COPY);
|
||||||
if (_showbuts)
|
// if (_showbuts)
|
||||||
{
|
// {
|
||||||
// set_brush (BACKGROUND);
|
// set_brush (BACKGROUND);
|
||||||
// bar ((X_OFFSET-1), rows()-BUTTONROW_SIZE, columns()+1, rows() + 1);
|
// bar ((X_OFFSET-1), rows()-BUTTONROW_SIZE, columns()+1, rows() + 1);
|
||||||
}
|
// }
|
||||||
if (_need_update)
|
if (_need_update)
|
||||||
{
|
{
|
||||||
check_link();
|
check_link();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user