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

Commit 6d0e8c6

Browse files
Merge pull request #2060 from livecode/bugfix-22036
[22036] Allow setting the label of a graphic from the Property Inspector
2 parents 24998ae + 4b5b255 commit 6d0e8c6

8 files changed

+9
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ type graphic tool
33
title Curve Graphic
44

55
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
6-
name Curve
6+
name Curve
7+
label
78
tooltip
89
style curve rectangle,roundrect,line,oval,regular,line,curve,polygon
910
opaque false

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ type graphic tool
33

44
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
55
name Line
6+
label
67
tooltip
78
style line rectangle,roundrect,line,oval,regular,line,curve,polygon
89
opaque false

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title Oval Graphic
44

55
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Oval
7+
label
78
tooltip
89
style oval rectangle,roundrect,line,oval,regular,line,curve,polygon
910
opaque true

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title Polygon Graphic
44

55
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Polygon
7+
label
78
tooltip
89
style polygon rectangle,roundrect,line,oval,regular,line,curve,polygon
910
opaque false

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title Rectangle Graphic
44

55
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Rectangle
7+
label
78
tooltip
89
style rectangle rectangle,roundrect,line,oval,regular,line,curve,polygon
910
opaque true

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title Regular Polygon Graphic
44

55
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Regular Polygon
7+
label
78
tooltip
89
style regular rectangle,roundrect,line,oval,regular,line,curve,polygon
910
opaque true

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title Round Rectangle Graphic
44

55
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Round Rectangle
7+
label
78
tooltip
89
style roundrect rectangle,roundrect,line,oval,regular,line,curve,polygon
910
opaque true

notes/bugfix-22036.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Allow setting the label of a graphic from the Property Inspector

0 commit comments

Comments
 (0)