fix partially unresponsive picker logic

This commit is contained in:
msiglreith 2015-11-26 13:39:23 +01:00 committed by oy
parent e17d0597c2
commit 890366bbe1

View file

@ -319,7 +319,8 @@ int CUI::DoPickerLogic(const void *pID, const CUIRect *pRect, float *pX, float *
if(MouseButton(0))
SetActiveItem(pID);
}
else if(Inside)
if(Inside)
SetHotItem(pID);
if(!CheckActiveItem(pID))