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

Commit d4da954

Browse files
committed
[[ Bug 19357 ]] Use revDebuggerLongName for SE tab tooltip
1 parent 94ba1cb commit d4da954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/palettes/script editor/behaviors/revsescripttabsbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ command addTab pObject
317317
put tControl into sTabButtonMap[the number of lines of the keys of sTabMap]
318318
set the cRawLabel of tControl to tFriendlyName
319319
set the visible of tControl to true
320-
set the cTooltip of tControl to the long name of tObject
320+
set the cTooltip of tControl to revDebuggerObjectLongName(tObject)
321321

322322
local tNewWidth
323323
put min(kMaxTabWidth, the cFormattedWidth of tControl + 5) into tNewWidth

0 commit comments

Comments
 (0)