Fix of Ctrl+F vs HelpWindow problem

git-svn-id: svn://ultimatepp.org/upp/trunk@480 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-24 21:01:33 +00:00
parent 473e8d699d
commit 4500cc695d
9 changed files with 457 additions and 314 deletions

View file

@ -532,6 +532,8 @@ struct HelpDes : public IdeDesigner {
virtual void EditMenu(Bar& menu) {}
virtual Ctrl& DesignerCtrl() { return *topic; }
virtual void SetFocus() { topic->SetFocus(); }
~HelpDes() { topic->Remove(); }
};
bool IsHelpName(const char *path)