diff --git a/retroshare-gui/src/gui/chat/PopupChatDialog.cpp b/retroshare-gui/src/gui/chat/PopupChatDialog.cpp index ae1571e92..cfd8ff5cf 100644 --- a/retroshare-gui/src/gui/chat/PopupChatDialog.cpp +++ b/retroshare-gui/src/gui/chat/PopupChatDialog.cpp @@ -109,8 +109,8 @@ PopupChatDialog::PopupChatDialog(std::string id, std::string name, ui.textunderlineButton->setCheckable(true); ui.textitalicButton->setCheckable(true); - /*Disabled style Button when will switch style RetroShare will crash need to be fix */ - ui.styleButton->setEnabled(false); + /*Disabled style Button when will switch chat style RetroShare will crash need to be fix */ + //ui.styleButton->setEnabled(false); /*QMenu * fontmenu = new QMenu(); fontmenu->addAction(ui.actionBold);