From 42550f076372b211d34aea553033ad1be0a7a96f Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Wed, 4 Dec 2019 10:21:24 +0100 Subject: [PATCH] MS --- Global_Indexer/frmAdministration.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global_Indexer/frmAdministration.vb b/Global_Indexer/frmAdministration.vb index ed8d12a..d03882a 100644 --- a/Global_Indexer/frmAdministration.vb +++ b/Global_Indexer/frmAdministration.vb @@ -246,7 +246,7 @@ Public Class frmAdministration End Sub Private Sub OBJEKTTYPComboBox_SelectedIndexChanged(sender As Object, e As EventArgs) Handles OBJEKTTYPComboBox.SelectedIndexChanged - If WINDREAM_DIRECTCheckBox.Checked = False Then + If WINDREAM_DIRECTCheckBox.Checked = True Then load_WDIndices() End If