Fixed vfo selection issue

This commit is contained in:
Ryzerth
2021-05-18 02:26:55 +02:00
parent c59b83e564
commit 55017f876d
5 changed files with 259 additions and 648 deletions

View File

@ -249,5 +249,7 @@ namespace ImGui {
bool vfoBorderSelect = false;
WaterfallVFO* relatedVfo = NULL;
ImVec2 mouseDownPos;
ImVec2 lastMousePos;
};
};