1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 23:04:09 +02:00

Small IDE fixes

This commit is contained in:
Brian Fiete 2019-09-10 11:26:14 -07:00
parent 463e26ff75
commit 2f01da9e86
2 changed files with 8 additions and 1 deletions

View file

@ -775,6 +775,11 @@ namespace IDE.ui
return true;
}
protected override void RemovedFromWindow()
{
base.RemovedFromWindow();
}
}
public class WatchListViewItem : IDEListViewItem