mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Respect automatic clear
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32663 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
286f236abb
commit
3f8620eb33
@ -57,7 +57,8 @@ GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area,
|
||||
|
||||
void GuiProgressView::clearText()
|
||||
{
|
||||
widget_->outTE->clear();
|
||||
if (widget_->autoClearCB->isChecked())
|
||||
widget_->outTE->clear();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user