1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00

fix #42,accept mouse events for audio badge

This commit is contained in:
Michail Vourlakos 2021-01-19 18:38:16 +02:00
parent c456599881
commit 81349b5db3

View File

@ -486,6 +486,10 @@ Item {
border.color: "blue" border.color: "blue"
} */ } */
TaskMouseArea {
id: taskMouseArea
}
Flow{ Flow{
id: taskFlow id: taskFlow
width: parent.width width: parent.width
@ -673,12 +677,6 @@ Item {
////// End of Values Changes ///// ////// End of Values Changes /////
///////////////// Mouse Area Events ///////////////////
TaskMouseArea {
id: taskMouseArea
}
//! A timer is needed in order to handle also touchpads that probably //! A timer is needed in order to handle also touchpads that probably
//! send too many signals very fast. This way the signals per sec are limited. //! send too many signals very fast. This way the signals per sec are limited.
//! The user needs to have a steady normal scroll in order to not //! The user needs to have a steady normal scroll in order to not