From 91da201a11d2e49fe1a8e405739ef6158fee8b0d Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 19 Dec 2018 13:11:57 +0100 Subject: [PATCH] sdrgui library: restore combo box without arrow --- sdrgui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdrgui/CMakeLists.txt b/sdrgui/CMakeLists.txt index 3c629e7f6..5c2c609b1 100644 --- a/sdrgui/CMakeLists.txt +++ b/sdrgui/CMakeLists.txt @@ -17,7 +17,7 @@ set(sdrgui_SOURCES gui/commanditem.cpp gui/commandkeyreceiver.cpp gui/commandoutputdialog.cpp -# gui/comboboxnoarrow.cpp + gui/comboboxnoarrow.cpp gui/crightclickenabler.cpp gui/cwkeyergui.cpp gui/editcommanddialog.cpp @@ -81,7 +81,7 @@ set(sdrgui_HEADERS gui/commanditem.h gui/commandkeyreceiver.h gui/commandoutputdialog.h -# gui/comboboxnoarrow.h + gui/comboboxnoarrow.h gui/crightclickenabler.h gui/cwkeyergui.h gui/editcommanddialog.h