mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
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:
parent
473e8d699d
commit
4500cc695d
9 changed files with 457 additions and 314 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue