[Kst] branches/work/kst/portto4/kst/src/widgets

Joshua Netterfield drmrshdw at gmail.com
Thu Oct 4 23:52:25 UTC 2012


SVN commit 1319252 by joshuanetterfield:

Undo modality changes to equation editor.


 M  +0 -3      cclineedit.cpp  


--- branches/work/kst/portto4/kst/src/widgets/cclineedit.cpp #1319251:1319252
@@ -52,7 +52,6 @@
     _data(data), _tableView(new CCTableView(&_data[0])), _currentSubset(&data[0])
 {
     setPopup(_tableView);
-    lineEdit->setWindowModality(Qt::NonModal);
     lineEdit->setCompleter(this);
     _tableView->setCompleter(this);
     _tableView->updateSuggestions();
@@ -66,8 +65,6 @@
 CategoricalCompleter::CategoricalCompleter(QTextEdit *textEdit, QList<CompletionCase> data) : QCompleter(getDefault(data)),
     _data(data), _tableView(new CCTableView(&_data[0])), _currentSubset(&data[0])
 {
-    if(_tableView) _tableView->setWindowModality(Qt::NonModal);
-    textEdit->setWindowModality(Qt::NonModal);
     setPopup(_tableView);
     _tableView->setCompleter(this);
     _tableView->updateSuggestions();


More information about the Kst mailing list