desktop: move popups to UPs and fix missing subsurface resource
fixes #9283
This commit is contained in:
parent
e380b6ed66
commit
64fefa3749
5 changed files with 16 additions and 13 deletions
|
|
@ -298,7 +298,7 @@ class CWindow {
|
|||
|
||||
// desktop components
|
||||
UP<CSubsurface> m_pSubsurfaceHead;
|
||||
SP<CPopup> m_pPopupHead;
|
||||
UP<CPopup> m_pPopupHead;
|
||||
|
||||
// Animated border
|
||||
CGradientValueData m_cRealBorderColor = {0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue