From d7b743a896a6fb0d5d5b8bc18e3a2c104689a71d Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 7 Jun 2024 16:15:48 +0200 Subject: [PATCH] MAINTAIN_PNGS option: fix missing entries in CMakeLists.txt. The commit 16de0a66 should have added these icons in list, but unfortunately they are missing, thus creating a broken (missing entries) auto-generated file bitmap_info.cpp when rebuilding png icons. --- resources/bitmaps_png/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/bitmaps_png/CMakeLists.txt b/resources/bitmaps_png/CMakeLists.txt index 0cec5bdb46..9f5b13bbe8 100644 --- a/resources/bitmaps_png/CMakeLists.txt +++ b/resources/bitmaps_png/CMakeLists.txt @@ -566,6 +566,10 @@ set( BMAPS_MID zoom_center_on_screen zoom_in zoom_out + zoom_in_horizontally + zoom_out_horizontally + zoom_in_vertically + zoom_out_vertically zoom_selection )