ossp-pkg/as/as-gui/as_table.cpp 1.19 -> 1.20
--- as_table.cpp 2002/12/20 18:02:36 1.19
+++ as_table.cpp 2002/12/20 18:19:12 1.20
@@ -125,6 +125,11 @@
this->setSortcol(nCol);
QTable::sortColumn(nCol, this->getSortdir(), true);
+// // Announce sorting policy with multiple selections
+// QTableSelection Testsel = this->selection(this->currentSelection());
+// if (Testsel.topRow() != Testsel.bottomRow())
+// m_pStatbar->message(trUtf8("Multiple selections dropped when sorting"), 4000);
+
// Move and display the selection highlight
this->removeSelection(this->currentSelection());
this->selectRow(this->currentRow());
|
|