mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 19:08:03 +02:00
MG: broke buttons.pp <-> forms.pp circle
git-svn-id: trunk@3550 -
This commit is contained in:
parent
d8abfdaf6a
commit
27ddcbc159
@ -436,9 +436,6 @@ type
|
||||
// MWE:Do we need this ??
|
||||
// function ProcessMessage(Var Msg : TMsg) : Boolean;
|
||||
procedure wndproc(var Message : TLMessage);
|
||||
// Shane: the following is used for Messagebox button clicks. Temporary until I figure out a better way.
|
||||
procedure DefaultOnClick(Sender : TObject);
|
||||
//----
|
||||
function GetExename: String;
|
||||
function GetIconHandle: HICON;
|
||||
function GetTitle: string;
|
||||
@ -517,7 +514,7 @@ implementation
|
||||
|
||||
|
||||
uses
|
||||
Buttons, StdCtrls, Interfaces, LResources, dialogs,ExtCtrls {,designer}, Math;
|
||||
StdCtrls, Interfaces, LResources, Dialogs, ExtCtrls, Math;
|
||||
|
||||
const
|
||||
FocusMessages : Boolean = true;
|
||||
|
Loading…
Reference in New Issue
Block a user