summaryrefslogtreecommitdiff
path: root/win/Piecebar.h
diff options
context:
space:
mode:
authorleo2005-12-22 21:29:18 +0000
committerleo2005-12-22 21:29:18 +0000
commitb87afd4fe89cef28e5d1e0527aeec74a4d93e4aa (patch)
tree9244249ba0bf1245ea5c08592186ee82ca24f7ab /win/Piecebar.h
parent2e854ed61c1aa804e0d373ca5af1d87882511a11 (diff)
Fixed the pieces combobox to select items in the tree control when using auto-complete.
git-svn-id: http://svn.leocad.org/trunk@446 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Piecebar.h')
-rw-r--r--win/Piecebar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/Piecebar.h b/win/Piecebar.h
index 48d7e32..c5e9775 100644
--- a/win/Piecebar.h
+++ b/win/Piecebar.h
@@ -98,6 +98,7 @@ public:
void UpdatePiecesTree(bool SearchOnly);
void UpdatePiecesTree(const char* OldCategory, const char* NewCategory);
+ void SelectPiece(const char* Category, PieceInfo* Info);
// Generated message map functions
protected: