From 3b22f095bb40f82125dbe5510d94782eb2c61266 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 23 Oct 2020 17:00:04 +0200 Subject: [PATCH] Disallow re-ordering S IT DOWNS'T ALIGN WWITH ARRAY ACCESSES --- source/Connection.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Connection.d b/source/Connection.d index 94f1262..7d54fcf 100644 --- a/source/Connection.d +++ b/source/Connection.d @@ -87,7 +87,7 @@ public final class Connection : Thread te(); box = getChatPane(); gui.notebook.add(box); - gui.notebook.setTabReorderable(box, true); + //gui.notebook.setTabReorderable(box, true); //gui.notebook setChildPacking(box, true, true, 0, GtkPackType.START); // gui.mainWindow. gui.notebook.setTabLabelText(box, auth[0]~"@"~address.toString());