From 32781b16c4c016fdd22fbea3c5bd888fc050eeeb Mon Sep 17 00:00:00 2001 From: codereader Date: Tue, 16 Nov 2021 18:25:37 +0100 Subject: [PATCH] #5746: Send texture changed message after shifting textures --- radiantcore/selection/textool/TextureToolSelectionSystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radiantcore/selection/textool/TextureToolSelectionSystem.cpp b/radiantcore/selection/textool/TextureToolSelectionSystem.cpp index cdcfb5f9c9..ab659d1c54 100644 --- a/radiantcore/selection/textool/TextureToolSelectionSystem.cpp +++ b/radiantcore/selection/textool/TextureToolSelectionSystem.cpp @@ -780,6 +780,8 @@ void TextureToolSelectionSystem::shiftSelectionCmd(const cmd::ArgumentList& args node->commitTransformation(); return true; }); + + radiant::TextureChangedMessage::Send(); } void TextureToolSelectionSystem::scaleSelectionCmd(const cmd::ArgumentList& args)