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

Commit 9c5bafb

Browse files
committed
[[ Bug 21090 ]] Create DG2 template controls with msgs unlocked
This patch ensures that the project browser will be updated when the IDE adds the additional controls to the datagrid template stack required for DG2
1 parent 520059b commit 9c5bafb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Toolset/palettes/revdatagridlibrary/behaviorsdatagridbuttonbehavior.livecodescript

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10791,7 +10791,7 @@ function DG2_CustomisableControlsGetDefaultEditModeReorderControl
1079110791
if there is not a group "DG2 Default Edit Mode Reorder Control"of _TemplateControl() then
1079210792
local tMsgsAreLocked
1079310793
put the lockMessages into tMsgsAreLocked
10794-
lock messages
10794+
unlock messages
1079510795

1079610796
reset the templateGroup
1079710797
create invisible group "DG2 Default Edit Mode Reorder Control" in _TemplateControl()
@@ -10812,7 +10812,7 @@ function DG2_CustomisableControlsGetDefaultEditModeActionSelectControl
1081210812
if there is not a group "DG2 Default Edit Mode Action Select Control" of _TemplateControl() then
1081310813
local tMsgsAreLocked
1081410814
put the lockMessages into tMsgsAreLocked
10815-
lock messages
10815+
unlock messages
1081610816

1081710817
reset the templateGroup
1081810818
create invisible group "DG2 Default Edit Mode Action Select Control" in _TemplateControl()
@@ -10836,7 +10836,7 @@ function DG2_CustomisableControlsGetDefaultEditModeActionControl
1083610836

1083710837
local tMsgsAreLocked
1083810838
put the lockMessages into tMsgsAreLocked
10839-
lock messages
10839+
unlock messages
1084010840

1084110841
reset the templateGroup
1084210842
create invisible group "DG2 Default Action Control" in _TemplateControl()
@@ -10866,7 +10866,7 @@ private function DG2_CustomisableControlsGetDefaultSwipeControl pName
1086610866

1086710867
local tMsgsAreLocked
1086810868
put the lockMessages into tMsgsAreLocked
10869-
lock messages
10869+
unlock messages
1087010870

1087110871
local tGroup
1087210872
reset the templateGroup

notes/bugfix-21090.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure project browser updates when DG2 controls are added to the template stack

0 commit comments

Comments
 (0)