mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CtrlLib, ide: Horizontal scrool wheel support in LineEdit, TreeCtrl, ide IconDes, LayDes and DiffCtrl
This commit is contained in:
parent
6381a3a3f4
commit
4580ca77db
14 changed files with 60 additions and 21 deletions
|
|
@ -430,6 +430,11 @@ void TextCompareCtrl::MouseWheel(Point pt, int zdelta, dword keyflags)
|
|||
scroll.WheelY(zdelta);
|
||||
}
|
||||
|
||||
void TextCompareCtrl::MouseWheelH(Point pt, int zdelta, dword keyflags)
|
||||
{
|
||||
scroll.WheelX(zdelta);
|
||||
}
|
||||
|
||||
void TextCompareCtrl::SetCount(int c)
|
||||
{
|
||||
bool rl = (c < lines.GetCount());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue