Made sure scroll wheel worked right with new Prev/Next buttons taking up space in stamp selector.

This commit is contained in:
William Kendrick 2007-05-16 07:16:46 +00:00
parent d451169a83
commit aba6e59953

View file

@ -3015,7 +3015,11 @@ static void mainloop(void)
if (!disable_stamp_controls) if (!disable_stamp_controls)
gd_controls = (grid_dims) gd_controls = (grid_dims)
{ {
2, 2}; 3, 2}; // was 2,2 before adding left/right stamp group buttons -bjk 2007.05.15
else
gd_controls = (grid_dims)
{
1, 2}; // was left 0,0 before adding left/right stamp group buttons -bjk 2007.05.03
} }
else if (cur_tool == TOOL_TEXT) else if (cur_tool == TOOL_TEXT)
{ {