You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.push_back(RTR("The Hint Tooltip won't be displayed as the control's Mouse Filter is set to \"Ignore\". To solve this, set the Mouse Filter to \"Stop\" or \"Pass\"."));
242
242
}
243
243
244
-
if (get_z_index() != 0) {
245
-
warnings.push_back(RTR("Changing the Z index of a control only affects the drawing order, not the input event handling order."));
0 commit comments