Fix issues arise through shared height

This commit is contained in:
Infi
2024-04-23 06:19:11 +02:00
parent 6452f937b5
commit fc8199b3e5
3 changed files with 16 additions and 11 deletions
+3
View File
@@ -201,6 +201,9 @@ internal class Tab
[NonSerialized]
public InputChannel? PreviousChannel;
[NonSerialized]
public Guid Identifier = Guid.NewGuid();
~Tab() { MessagesMutex.Dispose(); }
internal bool Contains(Message message) {