From 25d176ada67ada550bd4d0d08177c232cf7eeb37 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Mar 2019 15:58:18 +0200 Subject: tdf#123796 Wrong cursor when inserting shape regression from commit c5ac80d90ebcc1c3fad18ece8784ac2b36f52045 make cursor images part of the theme Turns out that I can't put SVG files into a normal theme, only colibre_svg is allowed to contain SVG files, so my idea of having only one set of files is not going to fly. So make a copy of the PNG files into the colibre theme, which is what everything currently falls back to. Change-Id: I5f04226da5c8b3d5db7e9807e845112b76b72f22 Reviewed-on: https://gerrit.libreoffice.org/68695 Tested-by: Jenkins Reviewed-by: Noel Grandin --- icon-themes/colibre/vcl/res/fill.png | Bin 0 -> 255 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 icon-themes/colibre/vcl/res/fill.png (limited to 'icon-themes/colibre/vcl/res/fill.png') diff --git a/icon-themes/colibre/vcl/res/fill.png b/icon-themes/colibre/vcl/res/fill.png new file mode 100644 index 000000000000..220641b9beb4 Binary files /dev/null and b/icon-themes/colibre/vcl/res/fill.png differ -- cgit