[Aptitude-svn-commit] r3299 - in branches/aptitude-0.3/aptitude: . src/vscreen

Daniel Burrows dburrows@costa.debian.org
Sat, 04 Jun 2005 17:15:24 +0000


Author: dburrows
Date: Sat Jun  4 17:15:21 2005
New Revision: 3299

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/vscreen_widget.cc
Log:
Ok, handle style information properly when display() invokes paint().

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Jun  4 17:15:21 2005
@@ -1,5 +1,9 @@
 2005-06-04  Daniel Burrows  <dburrows@debian.org>
 
+	* src/vscreen/vscreen_widget.cc:
+
+	Properly pass style information into the paint() call.
+
 	* src/vscreen/config/style.h:
 
 	Make several operators const that should be and weren't.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vscreen_widget.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vscreen_widget.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vscreen_widget.cc	Sat Jun  4 17:15:21 2005
@@ -183,7 +183,7 @@
       attrset(bgattr);
     }
 
-  paint();
+  paint(basic_st);
 }
 
 bool vscreen_widget::focus_me()