Merge pull request #1811 from akapar2016/UI_scrollWheelEvents

Ui scroll wheel events
This commit is contained in:
Jim
2019-04-14 13:58:54 -07:00
committed by GitHub
12 changed files with 149 additions and 10 deletions

View File

@@ -28,6 +28,9 @@ set(frontend-tools_HEADERS
../../horizontal-scroll-area.hpp
../../vertical-scroll-area.hpp
../../double-slider.hpp
../../slider-ignorewheel.hpp
../../comboBox-ignorewheel.hpp
../../spinBox-ignorewheel.hpp
)
set(frontend-tools_SOURCES
${frontend-tools_SOURCES}
@@ -38,6 +41,9 @@ set(frontend-tools_SOURCES
../../horizontal-scroll-area.cpp
../../vertical-scroll-area.cpp
../../double-slider.cpp
../../slider-ignorewheel.cpp
../../comboBox-ignorewheel.cpp
../../spinBox-ignorewheel.cpp
)
set(frontend-tools_UI
${frontend-tools_UI}