Ignore:
Timestamp:
Jun 12, 2018, 5:01:06 PM (7 years ago)
Author:
Herwig Bauernfeind
Message:

Unify debug formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/shared/smbtree.vrs

    r1053 r1055  
    727727    StatusWText = arg(1)
    728728    if VRIsValidObject("DT_STATUSBAR") then do
     729        if VRGet("DT_STATUSBAR","BACKCOLOR") <> "<defaul>" then ok = VRSet("DT_STATUSBAR","BACKCOLOR","<default>")
    729730        if left(StatusWText,1) = "+" then do
    730731            ok = VRSet("DT_STATUSBAR","Caption", VRGet("DT_STATUSBAR","Caption")||substr(StatusWText,2))
Note: See TracChangeset for help on using the changeset viewer.