[Uml-devel] kdesdk/umbrello/umbrello/dialogs

Sebastian Stein seb_stein at gmx.de
Mon Jul 12 23:39:39 UTC 2004


CVS commit by sstein: 

fix bug #84262: in property dialog attr/operation/template doc didn't updated when selecting another attr/operation/template by keyboard


  M +1 -0      classifierlistpage.cpp   1.13


--- kdesdk/umbrello/umbrello/dialogs/classifierlistpage.cpp  #1.12:1.13
@@ -106,4 +106,5 @@ ClassifierListPage::ClassifierListPage(Q
         m_pOldListItem = 0;
         connect(m_pItemListLB, SIGNAL(clicked(QListBoxItem*)), this, SLOT(slotClicked(QListBoxItem*)));
+        connect(m_pItemListLB, SIGNAL(selectionChanged(QListBoxItem*)), this, SLOT(slotClicked(QListBoxItem*)));
 
         connect(m_pItemListLB, SIGNAL(rightButtonPressed(QListBoxItem*, const QPoint&)),




More information about the umbrello-devel mailing list