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:
parent
463e26ff75
commit
2f01da9e86
2 changed files with 8 additions and 1 deletions
|
@ -775,6 +775,11 @@ namespace IDE.ui
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void RemovedFromWindow()
|
||||
{
|
||||
base.RemovedFromWindow();
|
||||
}
|
||||
}
|
||||
|
||||
public class WatchListViewItem : IDEListViewItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue