view etc/GNULIB.UPDATE @ 28229:f3f29e1801fc

When clipping CDATA for icons take data from center of image (bug #58144). * QtHandlesUtils.cc (makeImageFromCData): Rename x_off, yoff to x_img_off, y_img_off. Add new variables x_cdat_off, y_cdat_off. When there is a size mismatch between the source CDATA and the destination QImage, take data from center of CDATA by using x_cdat_off, y_cdat_off offsets and place in center of QImage by using x_img_off, y_img_off.
author Rik <rik@octave.org>
date Sat, 18 Apr 2020 17:25:55 -0700
parents e3ef089c5529
children
line wrap: on
line source

## Instructions for updating gnulib on development branch

## "cd" to a directory where you want to clone the gnulib repository and run:
git clone git://git.savannah.gnu.org/gnulib.git

## If you already have a local gnulib git repository, pull the latest changes:
git pull

## Query the commit id of the current head:
git rev-parse HEAD

## Locate the line in bootstrap.conf starting with ": ${GNULIB_REVISION=" and
## replace the git commit id with the new one.