We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19646fc commit 59e87b3Copy full SHA for 59e87b3
DuiLib/Control/UIMenu.cpp
@@ -636,7 +636,7 @@ namespace DuiLib {
636
CMenuElementUI::CMenuElementUI():
637
m_pWindow(NULL),
638
m_bDrawLine(false),
639
- m_dwLineColor(DEFAULT_LINE_COLOR),
+ m_dwLineColor((DWORD)DEFAULT_LINE_COLOR),
640
m_bCheckItem(false),
641
m_bShowExplandIcon(false)
642
{
DuiLib/Core/UIManager.cpp
@@ -2646,6 +2646,7 @@ namespace DuiLib {
2646
}
2647
else {
2648
TNotifyUI *pMsg = new TNotifyUI;
2649
+ pMsg->sVirtualWnd = Msg.sVirtualWnd;
2650
pMsg->pSender = Msg.pSender;
2651
pMsg->sType = Msg.sType;
2652
pMsg->wParam = Msg.wParam;
0 commit comments