From: José Fonseca Date: Sun, 31 Jul 2011 23:33:14 +0000 (+0100) Subject: Sort uniforms in ascending order by default. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=426347ad7459113057d5a862990a8cce63e83454;p=apitrace Sort uniforms in ascending order by default. --- diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 7a930f9..465dd8b 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -612,6 +612,7 @@ void MainWindow::showSelectedSurface() void MainWindow::initObjects() { m_ui.stateTreeWidget->sortByColumn(0, Qt::AscendingOrder); + m_ui.uniformsTreeWidget->sortByColumn(0, Qt::AscendingOrder); m_sourcesWidget = new ShadersSourceWidget(m_ui.shadersTab); QVBoxLayout *layout = new QVBoxLayout;