Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220707
Collapse All | Expand All

(-)lyx-1.5.4.orig/src/frontends/WorkArea.cpp (-5 lines)
Lines 243-254 Link Here
243
243
244
void WorkArea::resizeBufferView()
244
void WorkArea::resizeBufferView()
245
{
245
{
246
	lyx_view_.busy(true);
247
	lyx_view_.message(_("Formatting document..."));
248
	buffer_view_->workAreaResize(width(), height());
246
	buffer_view_->workAreaResize(width(), height());
249
	lyx_view_.updateLayoutChoice();
250
	lyx_view_.clearMessage();
251
	lyx_view_.busy(false);
252
}
247
}
253
248
254
249

Return to bug 220707