[education/rkward] rkward/windows: Fix copy and paste bug

Thomas Friedrichsmeier null at kde.org
Tue Mar 29 20:47:25 BST 2022


Git commit d3532bf0314df72872fe45fd514db4ec2e1971d4 by Thomas Friedrichsmeier.
Committed on 29/03/2022 at 19:47.
Pushed by tfry into branch 'master'.

Fix copy and paste bug

M  +2    -2    rkward/windows/rktoplevelwindowgui.cpp

https://invent.kde.org/education/rkward/commit/d3532bf0314df72872fe45fd514db4ec2e1971d4

diff --git a/rkward/windows/rktoplevelwindowgui.cpp b/rkward/windows/rktoplevelwindowgui.cpp
index ea35d143..51584853 100644
--- a/rkward/windows/rktoplevelwindowgui.cpp
+++ b/rkward/windows/rktoplevelwindowgui.cpp
@@ -107,8 +107,8 @@ RKTopLevelWindowGUI::RKTopLevelWindowGUI(KXmlGuiWindow *for_window) : QObject(fo
 	// Color scheme action. NOTE: selection is non-permanent for KF5 <= 5.87.0, auto-saved afterwards. Apparently, auto-save cannot be implemented for earlier versions within a few lines of code
 	KColorSchemeManager *manager = new KColorSchemeManager(this);
 	actionCollection()->addAction(QStringLiteral("colorscheme_menu"), manager->createSchemeSelectionMenu(QString(), this));
-+       // our "status bar" is inlined, and always visible. Action below would only hide and show a useless proxy
-+       // KF6 TODO: Still needed at all?
+	// our "status bar" is inlined, and always visible. Action below would only hide and show a useless proxy
+	// KF6 TODO: Still needed at all?
 	QAction *a = for_window->action("options_show_statusbar");
 	if (a) a->setVisible(false);
 }


More information about the rkward-tracker mailing list