redrains / DuiLib_Redrain

A modified by Redrain's version of the Duilib
399 stars 264 forks source link

多级菜单ExplandIcon属性bug #17

Open sunflover opened 8 years ago

sunflover commented 8 years ago

多级菜单expland属性有效果,ExplandIcon属性初始也有效果,但是移动鼠标到上级菜单,再移动鼠标打开次级菜单时,发现ExplandIcon属性已经没有效果了。

sunflover commented 8 years ago

icon属性也有这个问题

gaodeng commented 8 years ago

这个问题我也发现了。老版本没有这个问题。

cloveryork123 commented 7 years ago

确实存在这个问题。

anbingxi commented 6 years ago

查了一下午算是知道原因了,提供个思路解决吧,CMenuElementUI::CreateMenuWnd中把对应二级菜单项的图片重置,或者把m_imageInfo属性设为null让控件重新加载图片,因为之前的图片句柄在wnd销毁时已经失效了