Kaydet (Commit) 9582aa03 authored tarafından Caolán McNamara's avatar Caolán McNamara

mbHasFocus renamed to mbHasControlFocus

Change-Id: I44d37c490ca0554d9f5b286ffb79b65f1c3d1914
üst 0cd2f00a
......@@ -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;
}
// -----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment