[Uml-devel] KDE/kdesdk/umbrello/umbrello
Rafael Fernández López
ereslibre at kde.org
Fri Jan 25 00:34:55 UTC 2008
SVN commit 765994 by ereslibre:
The stacked widget was created twice. That means that one was added
nowhere, and therefore flying nowhere. When you were trying to click on
File menu, or Edit menu, you were actually, clicking on the stacked
widget.
BUG: 155035
M +0 -3 uml.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #765993:765994
@@ -611,9 +611,6 @@
m_tabWidget->setCornerWidget( m_closeDiagramButton, Qt::TopRightCorner );
m_newSessionButton->installEventFilter(this);
- // Prepare Stacked Diagram Representation
- m_viewStack = new QStackedWidget(this);
-
m_layout = new QVBoxLayout;
m_layout->setMargin(0);
if (Settings::getOptionState().generalState.tabdiagrams) {
More information about the umbrello-devel
mailing list