mbHasFocus renamed to mbHasControlFocus

Change-Id: I44d37c490ca0554d9f5b286ffb79b65f1c3d1914
This commit is contained in:
Caolán McNamara 2012-09-27 13:52:37 +01:00
parent 0cd2f00aee
commit 9582aa03c5

View file

@ -93,7 +93,7 @@ void Control::take_properties(Window &rOther)
Control &rOtherControl = static_cast<Control&>(rOther);
std::swap(mpControlData, rOtherControl.mpControlData);
mbHasFocus = rOtherControl.mbHasFocus;
mbHasControlFocus = rOtherControl.mbHasControlFocus;
}
// -----------------------------------------------------------------------