界面库
整理
This commit is contained in:
@@ -428,8 +428,9 @@ type TVclDesigner = class(tvcform)
|
||||
if e.wparam = 123 and e.lparam=123 then
|
||||
begin
|
||||
if o.height>Foh then
|
||||
o.height := Foh;
|
||||
|
||||
begin
|
||||
o.height := Foh; //gtk 逻辑正确但是设置无效
|
||||
end
|
||||
end
|
||||
end
|
||||
function openclassfile(); //打开编辑器
|
||||
|
||||
Reference in New Issue
Block a user