JPack

16 - about jpack in baudbag's bug

What version of the product are you using?
0.7.9

Please provide any additional information below.

elseif IsAddOnLoaded('BaudBag') then
      BuildButton(BBCont1_1, 45, 20, 'TOPRIGHT', -40, 20)
      BuildButton(BBCont2_1, 45, 20, 'TOPRIGHT', -40, 20)

should be fix to:

elseif IsAddOnLoaded('BaudBag') then
    BuildButton(BaudBagContainer1_1, 45, 20, 'TOPRIGHT', -40, 20)
    BuildButton(BaudBagContainer2_1, 45, 20, 'TOPRIGHT', -40, 20)

User When Change
smartdavislin Apr 12, 2011 at 08:51 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Reported
Apr 12, 2011
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees