Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 750aae4

Browse files
committed
[[ Bug ]] Add missing layerMode to inspector
This patch adds the missing container layerMode to the inspector in the IDE. It also ensures that the options for layerMode only show the values that are appropriate for the object being inspected. All controls show `Static` and `Dynamic` while groups also show `Scrolling` and `Container`.
1 parent 531a3e1 commit 750aae4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.CurveGraphic.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dashes
1717
startArrow false
1818
endArrow false
1919
points
20-
layerMode Static Static,Dynamic,Scrolling
20+
layerMode
2121
behavior empty long id
2222
foregroundColor Border fill
2323
foregroundPattern Border fill

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Group.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cantDelete false
2525
sharedBehavior false
2626
backgroundBehavior false
2727
boundingRect
28-
layerMode
28+
layerMode Static,Dynamic,Scrolling,Container
2929
behavior
3030
foregroundColor
3131
foregroundPattern

Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ innerShadow Inner shadow Effects com.livecode.pi.graphicEffect true false popu
9595
kind Kind Basic com.livecode.pi.string true true no_default
9696
label Label Basic com.livecode.pi.text true false
9797
layer Layer Position com.livecode.pi.integer true false no_default 1 1
98-
layerMode Layer mode Advanced com.livecode.pi.enum true false Static Static,Dynamic,Scrolling
98+
layerMode Layer mode Advanced com.livecode.pi.enum true false Static Static,Dynamic
9999
left::revIDESetRectProperty Left Position com.livecode.pi.integer true false no_default 1
100100
lineInc Scroll distance on arrow click Basic com.livecode.pi.number true false 512
101101
lineSize Line thickness Basic com.livecode.pi.number true false 1

0 commit comments

Comments
 (0)