mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
7d9a6e19fd
commit
be16d48d5d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user