summaryrefslogtreecommitdiff
path: root/stylepalette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stylepalette.cpp')
-rw-r--r--stylepalette.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/stylepalette.cpp b/stylepalette.cpp
index bd82e30..1416cc3 100644
--- a/stylepalette.cpp
+++ b/stylepalette.cpp
@@ -28,6 +28,8 @@ StylePalette::StylePalette(QWidget *parent) :
ui->styleListView->setMovement(QListView::Static);
ui->styleListView->setGridSize(QSize(70,40));
+ reloadStyles();
+
connect(ui->styleListView, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT( itemDoubleClicked(const QModelIndex&)) );
}