]> git.lyx.org Git - features.git/commitdiff
remove mourning border from workarea
authorAndré Pönitz <poenitz@gmx.net>
Sun, 16 Nov 2008 14:36:55 +0000 (14:36 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sun, 16 Nov 2008 14:36:55 +0000 (14:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27551 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index a7dbaf21e229254f2dd0bd1168b3e49b545a9558..89ecfd65ba89244923beba97528e6af9596961f9 100644 (file)
@@ -945,7 +945,7 @@ void GuiView::setCurrentWorkArea(GuiWorkArea * wa)
                                        d.current_main_work_area_->setFrameStyle(QFrame::NoFrame);
                                d.current_main_work_area_ = wa;
                                d.current_main_work_area_->setFrameStyle(QFrame::Box | QFrame::Plain);
-                               d.current_main_work_area_->setLineWidth(2);
+                               //d.current_main_work_area_->setLineWidth(2);
                                LYXERR(Debug::DEBUG, "Current wa: " << currentWorkArea() << ", Current main wa: " << currentMainWorkArea());
                                return;
                        }