From 9044d532ac4aee7a937bda67c1b6bf61095c1f8c Mon Sep 17 00:00:00 2001 From: plc-user <74435298+plc-user@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:07:49 +0100 Subject: [PATCH] corrected English comments --- sources/editor/UndoCommand/openelmtcommand.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/editor/UndoCommand/openelmtcommand.cpp b/sources/editor/UndoCommand/openelmtcommand.cpp index 12e28fd1b..3c59956a9 100644 --- a/sources/editor/UndoCommand/openelmtcommand.cpp +++ b/sources/editor/UndoCommand/openelmtcommand.cpp @@ -63,9 +63,9 @@ void OpenElmtCommand::redo() m_scene->addItems(m_graphics_item.toVector()); } -#pragma message("@TODO uncommante slot_select when fixed, see itemChange function for each primitive") - //Commented because take a lot of time - //when a lot of primitive are loaded - //need work +#pragma message("@TODO uncomment slot_select when fixed, see itemChange function for each primitive") + //Commented because it takes a lot of time + //when a lot of primitives are loaded! + //needs work //m_scene->slot_select(m_graphics_item); }