fix: only invalidate buffers for chat windows (#5666)

This commit is contained in:
nerix
2024-10-21 00:57:37 +02:00
committed by GitHub
parent e35fabfabe
commit 867e3f3ab0
6 changed files with 23 additions and 9 deletions
+1
View File
@@ -37,6 +37,7 @@ public:
Dialog = 1 << 6,
DisableLayoutSave = 1 << 7,
BoundsCheckOnShow = 1 << 8,
ClearBuffersOnDpiChange = 1 << 9,
};
enum ActionOnFocusLoss { Nothing, Delete, Close, Hide };