|
From: <zou...@us...> - 2007-11-09 23:24:15
|
Revision: 898
http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=898&view=rev
Author: zouzou123gen
Date: 2007-11-09 15:24:10 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
readded LVS_NOSORTHEADER in FavHubsFrame, changelog update
Modified Paths:
--------------
dcplusplus/trunk/changelog.txt
dcplusplus/trunk/win32/FavHubsFrame.cpp
Modified: dcplusplus/trunk/changelog.txt
===================================================================
--- dcplusplus/trunk/changelog.txt 2007-11-09 22:45:47 UTC (rev 897)
+++ dcplusplus/trunk/changelog.txt 2007-11-09 23:24:10 UTC (rev 898)
@@ -4,6 +4,9 @@
* Fixed badly drawn arrows (thanks poy)
* Fixed transfer view header widths (thanks james ross)
* Fixed about years (thanks james ross)
+* Fixed version info (poy)
+* Keep selection visible on move up/down in some list views (poy)
+* Fixed clicking in the header of the favorite hubs list view (poy)
-- 0.703 2007-11-08 --
* Fixed invalid strings (thanks james ross)
Modified: dcplusplus/trunk/win32/FavHubsFrame.cpp
===================================================================
--- dcplusplus/trunk/win32/FavHubsFrame.cpp 2007-11-09 22:45:47 UTC (rev 897)
+++ dcplusplus/trunk/win32/FavHubsFrame.cpp 2007-11-09 23:24:10 UTC (rev 898)
@@ -45,6 +45,7 @@
{
{
WidgetListView::Seed cs = WinUtil::Seeds::listView;
+ cs.style |= LVS_NOSORTHEADER;
cs.lvStyle |= LVS_EX_CHECKBOXES;
hubs = createListView(cs);
addWidget(hubs);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|