Commit fe4908b0 authored by claes's avatar claes

Scroll didn't change the scrollbar

parent 447d2aa7
/* /*
* Proview $Id: flow_ctx.cpp,v 1.7 2007-01-17 06:19:26 claes Exp $ * Proview $Id: flow_ctx.cpp,v 1.8 2007-01-17 10:33:09 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1688,6 +1688,7 @@ void FlowCtx::scroll( double x, double y) ...@@ -1688,6 +1688,7 @@ void FlowCtx::scroll( double x, double y)
return; return;
scroll( delta_x, delta_y); scroll( delta_x, delta_y);
change_scrollbar();
} }
void FlowCtx::scroll( int delta_x, int delta_y) void FlowCtx::scroll( int delta_x, int delta_y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment