remove mourning border from workarea

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27551 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-11-16 14:36:55 +00:00
parent 7d9a6e19fd
commit be16d48d5d

View 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;
}