mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
API change
This commit is contained in:
parent
27b6f310b5
commit
572484ad53
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ scroll_value_changed( GtkAdjustment *adj, GtkAppGlobals* globals )
|
|||
newValue = (XP_U16)newValueF;
|
||||
|
||||
if ( newValue != curYOffset ) {
|
||||
board_setYOffset( globals->cGlobals.game.board, newValue, XP_FALSE );
|
||||
board_setYOffset( globals->cGlobals.game.board, newValue );
|
||||
board_draw( globals->cGlobals.game.board );
|
||||
}
|
||||
} /* scroll_value_changed */
|
||||
|
|
Loading…
Reference in a new issue