summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: daf9eff)
raw | patch | inline | side by side (parent: daf9eff)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Tue, 22 May 2018 16:09:17 +0000 (19:09 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Tue, 22 May 2018 16:30:51 +0000 (19:30 +0300) |
src/flexui/fui_flexlay.pas | patch | blob | history |
index fc6e93a46e1716382681c2b15784df259b5f1dce..99a400f44f97c8317668554241c267caaad198f1 100644 (file)
// if control is only one in a group, mark is as "not grouped"
for gidx := 0 to 1 do
begin
- if (gidx = 0) then gflg := not LongWord(FlagInGroupH) else gflg := not LongWord(FlagInGroupV);
+ if (gidx = 0) then gflg := LongWord(not FlagInGroupH) else gflg := LongWord(not FlagInGroupV);
f := 0;
while (f < Length(groups[gidx])) do
begin