From 5b2625fdfe74c228a066431a35f312e15014fbcb Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 9 Feb 2008 10:11:11 +0000 Subject: [PATCH] Disable alignment doesn't mean it's not possible (egg. readonly mode). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22886 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiParagraph.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/qt4/GuiParagraph.cpp b/src/frontends/qt4/GuiParagraph.cpp index 903a9ee76f..0f0a71dd3a 100644 --- a/src/frontends/qt4/GuiParagraph.cpp +++ b/src/frontends/qt4/GuiParagraph.cpp @@ -122,8 +122,6 @@ void GuiParagraph::alignmentToRadioButtons(LyXAlignment align) { RadioMap::const_iterator it = radioMap.begin(); for (;it != radioMap.end(); ++it) { - if (!it->second->isEnabled()) - continue; it->second->blockSignals(true); it->second->setChecked(align == it->first); it->second->blockSignals(false); -- 2.39.2