(svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 and Scrollbar2 now work independently. You can only scroll on list and scrollbar itself; scrollbar must be next widget of the list.
-Fix: updated the few gui's that didn't have the scrollbar right after the listbox.
This commit is contained in:
2
window.h
2
window.h
@@ -471,7 +471,7 @@ enum WindowFlags {
|
||||
|
||||
void DispatchLeftClickEvent(Window *w, int x, int y);
|
||||
void DispatchRightClickEvent(Window *w, int x, int y);
|
||||
void DispatchMouseWheelEvent(Window *w, int wheel);
|
||||
void DispatchMouseWheelEvent(Window *w, uint widget, int wheel);
|
||||
|
||||
/* window.c */
|
||||
void DrawOverlappedWindow(Window *w, int left, int top, int right, int bottom);
|
||||
|
||||
Reference in New Issue
Block a user