(svn r6650) - Fix (r6619): Fix widget state setting of the rail toolbar when using hotkeys.

This commit is contained in:
peter1138 2006-10-05 12:18:07 +00:00
parent cdfac3d7b7
commit a9478f810c
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ static void BuildRailToolbWndProc(Window *w, WindowEvent *e)
e->we.keypress.cont = false;
_remove_button_clicked = false;
_build_railroad_button_proc[i](w);
UpdateRemoveWidgetStatus(w, i);
UpdateRemoveWidgetStatus(w, i + 4);
break;
}
}