mbHasFocus renamed to mbHasControlFocus
Change-Id: I44d37c490ca0554d9f5b286ffb79b65f1c3d1914
This commit is contained in:
parent
0cd2f00aee
commit
9582aa03c5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue