mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-14 04:22:28 -04:00
Remove debug.
This commit is contained in:
parent
c27ea6d5d7
commit
9c31f0066a
@ -431,7 +431,6 @@ Item {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||||
onClicked: (mouse) => {
|
onClicked: (mouse) => {
|
||||||
console.log("AIRPORT CLICKED ************************* ");
|
|
||||||
if (mouse.button === Qt.RightButton) {
|
if (mouse.button === Qt.RightButton) {
|
||||||
showRangeItem.visible = !rangeGroup.groupVisible
|
showRangeItem.visible = !rangeGroup.groupVisible
|
||||||
hideRangeItem.visible = rangeGroup.groupVisible
|
hideRangeItem.visible = rangeGroup.groupVisible
|
||||||
@ -508,7 +507,6 @@ Item {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: (mouse) => {
|
onClicked: (mouse) => {
|
||||||
console.log("AIRPORT 2 CLICKED ************************* ");
|
|
||||||
if (showFreq) {
|
if (showFreq) {
|
||||||
var freqIdx = Math.floor((mouse.y-5)/((height-10)/airportDataRows))
|
var freqIdx = Math.floor((mouse.y-5)/((height-10)/airportDataRows))
|
||||||
if (freqIdx == 0) {
|
if (freqIdx == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user