LLChatBar::LLChatBar() : LLPanel(), mInputEditor(NULL), mGestureLabelTimer(), mLastSpecialChatChannel(0), mIsBuilt(FALSE), mGestureCombo(NULL), mObserver(NULL) { setIsChrome(TRUE); #if !LL_RELEASE_FOR_DOWNLOAD childDisplayNotFound(); #endif }
LLChatBar::LLChatBar() : LLPanel(LLStringUtil::null, LLRect(), BORDER_NO), mChanCtrlEnabled(FALSE), mInputEditor(NULL), mGestureLabelTimer(), mLastSpecialChatChannel(0), mIsBuilt(FALSE), mGestureCombo(NULL), mObserver(NULL) { setIsChrome(TRUE); #if !LL_RELEASE_FOR_DOWNLOAD childDisplayNotFound(); #endif }
LLChatBar::LLChatBar() : LLPanel(LLStringUtil::null, LLRect(), BORDER_NO), mChanCtrlEnabled(FALSE), mInputEditor(NULL), mGestureLabelTimer(), mLastSpecialChatChannel(0), mIsBuilt(FALSE), mGestureCombo(NULL), mObserver(NULL) { setIsChrome(TRUE); mCompletionHolder.current_index = 0; mCompletionHolder.last_match = ""; mCompletionHolder.last_txt = ""; mCompletionHolder.cursorPos = -1; mCompletionHolder.selected = false; #if !LL_RELEASE_FOR_DOWNLOAD childDisplayNotFound(); #endif }