]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
2002-07-08 Max Bowsher <maxb@ukf.net>
authorRobert Collins <rbtcollins@hotmail.com>
Mon, 8 Jul 2002 12:52:08 +0000 (12:52 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Mon, 8 Jul 2002 12:52:08 +0000 (12:52 +0000)
        * PickView.cc (PickView::PickView): Set font of package list header to
        the same as used in the rest of the package list.

ChangeLog
PickView.cc

index 0d388ed3e2fec11c182b51cdee11653daaaf21f9..d1291ef99ae0282a5f44a17b35a0ae4e0c76ab79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-08  Max Bowsher  <maxb@ukf.net>
+
+       * PickView.cc (PickView::PickView): Set font of package list header to
+       the same as used in the rest of the package list.
+               
 2002-07-08  Robert Collins  <rbtcollins@hotmail.com>
 
        * install.cc (NoReplaceOnReboot): New command line option to prevent
index dbe17ab8f3a5393f414ea07cf4b0232925bf8221..0d253c03063dd48a1f425aa5b7cad00c5708c7fc 100644 (file)
@@ -412,6 +412,10 @@ contents (*this, cat, 0, false, true), listview (lv)
     // FIXME: throw an exception
     exit (11);
 
+  // Set the font of the listheader, but don't redraw, because its not shown
+  // yet.This message does not return a value, so we are not checking it as we
+  // do above.
+  SendMessage (listheader, WM_SETFONT, (WPARAM) sysfont, FALSE);
 
   // Set the size, position, and visibility of the header control.
   SetWindowPos (listheader, wp.hwndInsertAfter, wp.x, wp.y,
This page took 0.03701 seconds and 5 git commands to generate.