1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Improves on Layout Box items correlation.

This commit is contained in:
Fellippe Heitor 2021-01-31 15:45:57 -03:00
parent 739b9c64ca
commit 352f94a609

View file

@ -10309,6 +10309,14 @@ FUNCTION idelayoutbox
END IF
idetxt(o(ideautoindentsizeid).txt) = a$
IF focus = ideautolayoutkwcapitalsid AND o(ideautolayoutkwcapitalsid).sel = 1 THEN
o(ideautolayoutid).sel = 1
END IF
IF focus = ideindentsubsid AND o(ideindentsubsid).sel = 1 THEN
o(ideautoindentID).sel = 1
END IF
IF o(ideautolayoutid).sel = 0 THEN o(ideautolayoutkwcapitalsid).sel = 0
IF o(ideautoindentID).sel = 0 THEN o(ideindentsubsid).sel = 0