From 7da01fbe92c29a8d6154e4753d4f455236e334a2 Mon Sep 17 00:00:00 2001 From: ArgonarioD Date: Thu, 16 Mar 2023 20:18:41 +0800 Subject: [PATCH] =?UTF-8?q?[editor]=20=E9=AA=8C=E8=AF=81material=E7=BB=84?= =?UTF-8?q?=E4=BB=B6bug=E5=B7=B2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Editor/EditorWidgetComponent/StrokeStyleWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArchitectureColoredPainting/src/Editor/EditorWidgetComponent/StrokeStyleWidget.cpp b/ArchitectureColoredPainting/src/Editor/EditorWidgetComponent/StrokeStyleWidget.cpp index f504d92..7e014db 100644 --- a/ArchitectureColoredPainting/src/Editor/EditorWidgetComponent/StrokeStyleWidget.cpp +++ b/ArchitectureColoredPainting/src/Editor/EditorWidgetComponent/StrokeStyleWidget.cpp @@ -10,7 +10,6 @@ constexpr int COLUMN_METALLIC = 2; constexpr int COLUMN_ROUGHNESS = 3; constexpr int COLUMN_OPERATIONS = 4; -// FIXME: MaterialµÄ¿Ø¼þÓÐÏÔʾbug StrokeStyleWidget::StrokeStyleWidget( std::shared_ptr stroke, QWidget* parent