fix issue that listbox scheme mouse_wheel.lines has no effect

This commit is contained in:
Jinhao
2017-11-01 11:57:52 +08:00
parent e5dc98bf4e
commit 0796c1540b
3 changed files with 11 additions and 8 deletions

View File

@@ -1,15 +1,13 @@
/**
/*
* A Treebox Implementation
* Nana C++ Library(http://www.nanapro.org)
* Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com)
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* @file nana/gui/widgets/treebox.cpp
* @brief
*
* @file: nana/gui/widgets/treebox.cpp
*/
#include <nana/gui/widgets/treebox.hpp>
#include <nana/gui/widgets/scroll.hpp>