Skip to content
  • gambas's avatar
    Remove ScrollView control, add a Change event to the DrawingArea control, and... · 75105994
    gambas authored
    Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.
    
    [GB.QT4]
    * NEW: ScrollView: Remove ScrollView control.
    * NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
    * NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
    
    [GB.QT5]
    * NEW: ScrollView: Remove ScrollView control.
    * NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
    * NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
    75105994