diff options
Diffstat (limited to 'src/ui/render/TextRenderObject.cpp')
-rw-r--r-- | src/ui/render/TextRenderObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/render/TextRenderObject.cpp b/src/ui/render/TextRenderObject.cpp index 14e45080..8a579041 100644 --- a/src/ui/render/TextRenderObject.cpp +++ b/src/ui/render/TextRenderObject.cpp @@ -177,7 +177,7 @@ RenderObject* TextRenderObject::HitTest(const Point& point) { void TextRenderObject::Draw(platform::graphics::IPainter* painter) { if constexpr (debug_flags::draw) { - CRU_LOG_DEBUG( + CRU_LOG_TAG_DEBUG( u"Begin to paint, total_offset: {}, size: {}, text_layout: " u"{}, brush: {}.", this->GetTotalOffset(), this->GetDesiredSize(), |