From c7e63ba2e70fdf1c3bec50c897a155ad4827a223 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 29 Apr 2023 05:15:19 +0300 Subject: [PATCH 32/32] Ruledit: Make stats refreshing available on non-experimental build See osdn #47950 Signed-off-by: Marko Lindqvist --- tools/ruledit/tab_misc.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/ruledit/tab_misc.cpp b/tools/ruledit/tab_misc.cpp index 45e3a809ae..7970a3e1a8 100644 --- a/tools/ruledit/tab_misc.cpp +++ b/tools/ruledit/tab_misc.cpp @@ -240,10 +240,6 @@ tab_misc::tab_misc(ruledit_gui *ui_in) : QWidget() connect(button, SIGNAL(pressed()), this, SLOT(refresh_stats())); main_layout->addWidget(button, row++, 0, 1, 2); - // Stats never change except with experimental features. Hide useless - // button. - show_experimental(button); - refresh(); setLayout(main_layout); -- 2.39.2