diff options
Diffstat (limited to 'Swift/QtUI/QtChatTabs.cpp')
| -rw-r--r-- | Swift/QtUI/QtChatTabs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatTabs.cpp b/Swift/QtUI/QtChatTabs.cpp index 3ac423f..d327e7c 100644 --- a/Swift/QtUI/QtChatTabs.cpp +++ b/Swift/QtUI/QtChatTabs.cpp @@ -120,7 +120,7 @@ void QtChatTabs::handleTabTitleUpdated(QWidget* widget) {  	switch (tabbable->getWidgetAlertState()) {  	case QtTabbable::WaitingActivity : flash = true; tabTextColor = QColor(255, 0, 0); break;  	case QtTabbable::ImpendingActivity : tabTextColor = QColor(0, 255, 0); break; -	default : tabTextColor = QColor(-1,-1,-1);//invalid resets to default +	default : tabTextColor = QColor();  	}  	tabs_->tabBar()->setTabTextColor(index, tabTextColor);   	if (widget == tabs_->currentWidget()) {  | 
 Swift