FIX:Notification border rounding

Change-Id: I999d89d4417e146dc0c8c0458878bb32f14fb437
This commit is contained in:
liz.li 2022-08-03 16:25:29 +08:00 committed by Lane.Wei
parent aac23eb6b4
commit df03edb80e

View file

@ -148,7 +148,7 @@ NotificationManager::PopNotification::PopNotification(const NotificationData &n,
m_TextColor = ImVec4(.2f, .2f, .2f, 1.0f);
m_HyperTextColor = ImVec4(0.03, 0.6, 0.18, 1);
m_WindowRadius = 4;
m_WindowRadius = 4.0f * wxGetApp().plater()->get_current_canvas3D()->get_scale();
}