mirror of https://github.com/axmolengine/axmol.git
fixed #2068: Tab ~> 4 spaces.
This commit is contained in:
parent
9ecaacf59b
commit
ec50d34622
|
@ -45,7 +45,7 @@ public:
|
|||
@brief If the sender doesn't want to attach to the IME, return true;
|
||||
*/
|
||||
virtual bool onTextFieldAttachWithIME(CCTextFieldTTF * sender)
|
||||
{
|
||||
{
|
||||
CC_UNUSED_PARAM(sender);
|
||||
return false;
|
||||
}
|
||||
|
@ -124,7 +124,7 @@ public:
|
|||
//////////////////////////////////////////////////////////////////////////
|
||||
// properties
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
CC_SYNTHESIZE(CCTextFieldDelegate *, m_pDelegate, Delegate);
|
||||
CC_SYNTHESIZE_READONLY(int, m_nCharCount, CharCount);
|
||||
virtual const ccColor3B& getColorSpaceHolder();
|
||||
|
@ -146,10 +146,10 @@ protected:
|
|||
std::string * m_pPlaceHolder;
|
||||
ccColor3B m_ColorSpaceHolder;
|
||||
public:
|
||||
virtual void setSecureTextEntry(bool value);
|
||||
virtual bool isSecureTextEntry();
|
||||
virtual void setSecureTextEntry(bool value);
|
||||
virtual bool isSecureTextEntry();
|
||||
protected:
|
||||
bool m_bSecureTextEntry;
|
||||
bool m_bSecureTextEntry;
|
||||
protected:
|
||||
|
||||
virtual void draw();
|
||||
|
|
Loading…
Reference in New Issue