From 7598cbdee47527c82aa154be3a8c04a459fc25c5 Mon Sep 17 00:00:00 2001 From: Matlo Date: Sun, 14 Jun 2015 20:36:38 +0200 Subject: [PATCH] #331 --- config/gimx-config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/config/gimx-config.cpp b/config/gimx-config.cpp index 1d9ba27e..3dce6e05 100644 --- a/config/gimx-config.cpp +++ b/config/gimx-config.cpp @@ -2847,6 +2847,7 @@ void configFrame::OnButtonDeleteTrigger(wxCommandEvent& event) { ProfileTriggerDeviceType->SetLabel(wxEmptyString); ProfileTriggerDeviceName->SetLabel(wxEmptyString); + triggerTabDeviceName.clear(); ProfileTriggerDeviceId->SetLabel(wxEmptyString); ProfileTriggerButtonId->SetLabel(wxEmptyString); CheckBoxSwitchBack->SetValue(false);