mirror of https://github.com/GNOME/gimp.git
initialize scale to please the compiler.
2003-05-09 Sven Neumann <sven@gimp.org> * app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release): initialize scale to please the compiler.
This commit is contained in:
parent
4ed6d147b9
commit
2182fb816a
|
@ -1,3 +1,8 @@
|
|||
2003-05-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release):
|
||||
initialize scale to please the compiler.
|
||||
|
||||
2003-05-09 Pedro Gimeno <pggimeno@wanadoo.es>
|
||||
|
||||
* plug-ins/common/jigsaw.c: Pass the buffer size to all functions
|
||||
|
|
|
@ -257,7 +257,7 @@ gimp_magnify_tool_button_release (GimpTool *tool,
|
|||
else
|
||||
{
|
||||
gint width, height;
|
||||
gdouble scale;
|
||||
gdouble scale = 1.0;
|
||||
|
||||
width = UNSCALEX (shell, win_width);
|
||||
height = UNSCALEY (shell, win_height);
|
||||
|
|
Loading…
Reference in New Issue