+ fixes #0001689: Show name of the drawing page in the tab of the drawing
This commit is contained in:
@@ -136,7 +136,7 @@ DrawingView* ViewProviderDrawingPage::showDrawingView()
|
||||
(this->pcObject->getDocument());
|
||||
view = new DrawingView(doc, Gui::getMainWindow());
|
||||
view->setWindowIcon(Gui::BitmapFactory().pixmap("actions/drawing-landscape"));
|
||||
view->setWindowTitle(QObject::tr("Drawing viewer") + QString::fromAscii("[*]"));
|
||||
view->onRelabel(doc);
|
||||
Gui::getMainWindow()->addWindow(view);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user