Skip to content

Commit b268b50

Browse files
committed
l
1 parent 7fa3b6d commit b268b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomWindows/Labels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void Labels::cocosCreate(CCMenu* menu)
3232
scroll->m_peekLimitBottom = 15;
3333
menu->addChild(scroll);
3434

35-
auto bg = CCLayerColor::create(ccc4(0, 0, 0));
35+
auto bg = CCLayerColor::create(ccc4(0, 0, 0, 0));
3636
bg->setOpacity(75);
3737
bg->setContentSize(scroll->getContentSize() + ccp(4, 4));
3838
bg->setPosition(scroll->getPosition() + ccp(-2, -2));

0 commit comments

Comments
 (0)