adg: correct adg_canvas_autoscale() bug
commite6127d9fa169dc55ce03c71dc76722aae1ac9d28
authorNicola Fontana <ntd@entidi.it>
Tue, 18 Nov 2014 16:36:01 +0000 (18 17:36 +0100)
committerNicola Fontana <ntd@entidi.it>
Tue, 18 Nov 2014 16:36:01 +0000 (18 17:36 +0100)
tree49aefaed410b5671b5ec1f9afc4b996a65aacfcf
parente33e62df7b549a592694ab57c4f2f96aeacfab44
adg: correct adg_canvas_autoscale() bug

The above method manually call the arrange() virtual method instead of
emitting the "arrange" signal (it cannot, because it must skip the paper
entities). As a consecuence, the global matrix was not picked up.

Forced a global-changed signal before the arrange() calls.
src/adg/adg-canvas.c