summaryrefslogtreecommitdiff
path: root/src/gui/table_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/table_model.cpp')
-rw-r--r--src/gui/table_model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/table_model.cpp b/src/gui/table_model.cpp
index a6904fd1..0b31369f 100644
--- a/src/gui/table_model.cpp
+++ b/src/gui/table_model.cpp
@@ -59,8 +59,8 @@ StaticTableModel::StaticTableModel(int row, int column,
mRows(row),
mColumns(column),
mHeight(1),
- mBackgroundColor(backgroundColor),
- mOpaque(opacity)
+ mOpaque(opacity),
+ mBackgroundColor(backgroundColor)
{
mTableModel.resize(row * column, NULL);
mWidths.resize(column, 1);