summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 2b4780a..bcb1b4e 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -97,7 +97,6 @@ void MainWindow::update()
if(!isstatic) {
QPushButton *b = new QPushButton("±", g);
b->setFixedSize(16,16);
- b->show();
b->move(0,0);
{
QFont f = b->font();
@@ -113,7 +112,6 @@ void MainWindow::update()
g->setLayout(l);
l->addWidget(macros[macroname]);
connect(macros[macroname], SIGNAL(updateOnCommit()), this, SLOT(update()));
- macros[macroname]->show();
{
QFont f = macros[macroname]->font();
f.setBold(false);