TaskDressUpParameters: GCC compile fix

This commit is contained in:
donovaly
2020-02-16 05:47:54 +01:00
parent d40eb2dbfc
commit a2eecf3059
2 changed files with 3 additions and 0 deletions

View File

@@ -158,6 +158,8 @@ void TaskDressUpParameters::doubleClicked(QListWidgetItem* item) {
// executed when the user selected a new item in the list
// shows the fillets as they are -> useful to switch out of selection mode
Q_UNUSED(item);
// assure we are not in selection mode
exitSelectionMode();
clearButtons(none);

View File

@@ -27,6 +27,7 @@
#include <Gui/TaskView/TaskView.h>
#include <Gui/Selection.h>
#include <QListWidget>
#include "TaskFeatureParameters.h"
#include "ViewProviderDressUp.h"