Add support for horizontal mouse wheel scrolling in wxSTC.
Handle horizontal mouse wheel scrolling events in a similar (but simpler, as they always scroll and never change the font size) way to the vertical ones in wxStyledTextCtrl. Closes #15266. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -671,6 +671,7 @@ All (GUI):
|
||||
- Fix wxStyledTextCtrl::SetInsertionPointEnd() (troelsk).
|
||||
- Add wxFileDialog::GetCurrentlySelectedFilename() (Carl Godkin).
|
||||
- Add wxMouseEvent::GetColumnsPerAction() (toiffel).
|
||||
- Add support for horizontal mouse wheel scrolling in wxSTC (toiffel).
|
||||
- Improve wrapping of cell contents in wxGrid (nmset).
|
||||
|
||||
wxGTK:
|
||||
|
Reference in New Issue
Block a user