historywindow.cpp
changeset 394 67cfa6e6b863
parent 393 053b8645e3e9
child 404 53efc2562a7d
     1.1 --- a/historywindow.cpp	Wed Oct 18 10:45:00 2006 +0000
     1.2 +++ b/historywindow.cpp	Tue Oct 24 15:36:38 2006 +0000
     1.3 @@ -103,6 +103,8 @@
     1.4  	item->setBackgroundColor (c);
     1.5  	ui.historyTable->setItem(undosAvail, 1, item);
     1.6  
     1.7 +	// Show "now" row
     1.8 +	ui.historyTable->scrollToItem (item);
     1.9  
    1.10  	// Update Redos in table
    1.11  	s=curStep;