Menu

Commit [r998]  Maximize  Restore  History

Moved code that registers memos with TMemoCaretPosDisplayMgr object from FormCreate event handler to InitControls, which is itself called from FormShow. This is because memo window is recreated after FormCreate causing TMemoCaretPosDisplayMgr to lose track of selection change events by hooking into a window that is then destroyed. Registering from FormShow ensures correct memo window handle is used for hook.

delphidabbler 2010-11-12

changed /trunk/Src/FmUserDBEditDlg.pas
/trunk/Src/FmUserDBEditDlg.pas Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.