mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
API change
This commit is contained in:
parent
8d84b41596
commit
fb4881a285
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…
Add table
Reference in a new issue