Merge branch 'dev' into hidpi-icons

This commit is contained in:
Hombre
2018-10-25 20:43:41 +02:00
216 changed files with 2636 additions and 1327 deletions

View File

@@ -139,7 +139,7 @@ public:
enum Arrangement {TB_Horizontal, TB_Vertical};
void configScrollBars ();
void scrollChanged ();
void scroll (int direction);
void scroll (int direction, double deltaX=0.0, double deltaY=0.0);
void scrollPage (int direction);
private: