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,12 +1,12 @@
/**
/*
* A Tree Container class implementation
* 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/detail/tree_cont.hpp
* @file: nana/gui/widgets/detail/tree_cont.hpp
*/
#ifndef NANA_GUI_WIDGETS_DETAIL_TREE_CONT_HPP