From 13a29d52c47942a1d4c65a9aabd5f916ed0dd4d0 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 9 Dec 1999 22:00:04 +0000 Subject: Added an option to sort the columns of the piece list from the properties dialog Cleaned the image reading routines a little more git-svn-id: http://svn.leocad.org/trunk@29 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Piecebar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/Piecebar.cpp') diff --git a/win/Piecebar.cpp b/win/Piecebar.cpp index 901213e..90410b0 100644 --- a/win/Piecebar.cpp +++ b/win/Piecebar.cpp @@ -693,7 +693,7 @@ int CPiecesBar::OnCreate(LPCREATESTRUCT lpCreateStruct) for (int i = 0; i < LC_MAXCOLORS; i++) m_wndColorsList.AddString(""); - m_wndPiecesCombo.Create (CBS_DROPDOWN|CBS_HASSTRINGS|WS_VISIBLE|WS_CHILD| + m_wndPiecesCombo.Create (CBS_DROPDOWN|CBS_SORT|CBS_HASSTRINGS|WS_VISIBLE|WS_CHILD| WS_VSCROLL|WS_TABSTOP, CRect (0,0,0,0), this, IDW_PIECESCOMBO); // Create a font for the combobox -- cgit v1.2.3