fixed #2068: Tab ~> 4 spaces.

This commit is contained in:
James Chen 2013-04-19 09:59:08 +08:00
parent 9ecaacf59b
commit ec50d34622
1 changed files with 5 additions and 5 deletions

View File

@ -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();