diff -r 053b8645e3e9 -r 67cfa6e6b863 historywindow.cpp --- a/historywindow.cpp Wed Oct 18 10:45:00 2006 +0000 +++ b/historywindow.cpp Tue Oct 24 15:36:38 2006 +0000 @@ -103,6 +103,8 @@ item->setBackgroundColor (c); ui.historyTable->setItem(undosAvail, 1, item); + // Show "now" row + ui.historyTable->scrollToItem (item); // Update Redos in table s=curStep;