mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 10:56:35 +02:00
MWE:
- removed designer from uses clause, it is not needed git-svn-id: trunk@59 -
This commit is contained in:
parent
a8baea3893
commit
d823c5ccff
@ -279,7 +279,7 @@ implementation
|
||||
|
||||
|
||||
uses
|
||||
buttons,stdctrls,interfaces,designer;
|
||||
buttons,stdctrls,interfaces {,designer};
|
||||
|
||||
var
|
||||
FocusMessages : Boolean; //Should set it to TRUE by defualt but fpc does not handle that yet.
|
||||
|
Loading…
Reference in New Issue
Block a user