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

Commit 536541e

Browse files
committed
Bug fixes.
1 parent a903a04 commit 536541e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Workspace/SignsInternal/PluginGui/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function PluginGui:newPluginGui(widgetGui)
170170
11 -- the starting index of the selection
171171
)
172172
if GuiUtilities:ShouldUseIconsForDarkerBackgrounds() == true then
173-
colorStrokeChoice:SetSelectedIndex(1)
173+
colorStrokeChoice:SetSelectedIndex(11)
174174
end
175175
colorStrokeChoice:GetFrame().Parent = strokeCollapse:GetContentsFrame()
176176

src/Workspace/SignsInternal/StudioWidgets/CustomTextLabel.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function CustomTextLabelClass.new(nameSuffix, height)
3030
label.Parent = frame
3131

3232
local stroke = Instance.new("UIStroke")
33+
stroke.Enabled = false
3334
stroke.Color = Color3.fromRGB(255, 255, 255)
3435
if GuiUtilities:ShouldUseIconsForDarkerBackgrounds() == true then
3536
stroke.Color = Color3.fromRGB(0, 0, 0)

0 commit comments

Comments
 (0)