From f1afc4e4cd9c94159ffdabcde9b17eecb88e369d Mon Sep 17 00:00:00 2001 From: juha Date: Thu, 30 Oct 2014 19:46:52 +0000 Subject: [PATCH] LCL: formatting git-svn-id: trunk@46703 - --- lcl/interfacebase.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lcl/interfacebase.pp b/lcl/interfacebase.pp index 90bcacfa8f..3022ba5750 100644 --- a/lcl/interfacebase.pp +++ b/lcl/interfacebase.pp @@ -67,15 +67,13 @@ type TLCLCapability = ( lcAsyncProcess, // Support for async process lcCanDrawOutsideOnPaint, // Support for drawing outside OnPaint event of an control - lcNeedMininimizeAppWithMainForm, - // When main form is minimized, then minimize also app + lcNeedMininimizeAppWithMainForm, // When main form is minimized, then minimize also app lcApplicationTitle, // Can change application title in runtime lcApplicationWindow, // Application has a special root window lcFormIcon, // Forms have icon lcModalWindow, // native modal windows support lcDragDockStartOnTitleClick,// ability to start drag/dock events on title bar click - lcAntialiasingEnabledByDefault, - // is amDontCare = amOn for the widgetset + lcAntialiasingEnabledByDefault, // is amDontCare = amOn for the widgetset lcLMHelpSupport, // support for LM_HELP command lcReceivesLMClearCutCopyPasteReliably, // In Carbon we do not receive LM_CLEAR, CUT, COPY, PASTE, etc reliably, and this affects DB controls. See bug http://bugs.freepascal.org/view.php?id=20394 lcSendsUTF8KeyPress, // If the interface does not yet send UTF8KeyPress directly, then it will be emulated in TWinControl.CNChar