We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991db46 commit 735ca6cCopy full SHA for 735ca6c
cocos/ui/UIEditBox/UIEditBoxImpl-common.h
@@ -135,8 +135,6 @@ class CC_GUI_DLL EditBoxImplCommon : public EditBoxImpl
135
void refreshLabelAlignment();
136
void placeInactiveLabels(const Size& size);
137
virtual void doAnimationWhenKeyboardMove(float duration, float distance) override { CC_UNUSED_PARAM(duration); CC_UNUSED_PARAM(distance); };
138
-
139
- Size applyPadding(const Size& size) const;
140
141
Label* _label;
142
Label* _labelPlaceHolder;
0 commit comments