We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f717d34 commit 7655d92Copy full SHA for 7655d92
src/ScatterplotPlugin.cpp
@@ -138,7 +138,7 @@ ScatterplotPlugin::ScatterplotPlugin(const PluginFactory* factory) :
138
if (datasetsMimeData == nullptr)
139
return dropRegions;
140
141
- if (datasetsMimeData->getDatasetsCount() > 1)
+ if (datasetsMimeData->getDatasetsCount() != 1)
142
143
144
const auto& dataset = datasetsMimeData->getDatasetsRef().first();
0 commit comments