mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
QueueFullRefresh fix
This commit is contained in:
parent
2b6a909b34
commit
772355cb40
3 changed files with 3 additions and 6 deletions
|
@ -166,7 +166,7 @@ namespace IDE.Compiler
|
|||
|
||||
if (mWantsActiveViewRefresh != .None)
|
||||
{
|
||||
IDEApp.sApp.RefreshVisibleViews();
|
||||
IDEApp.sApp.RefreshVisibleViews(null, mWantsActiveViewRefresh);
|
||||
mWantsActiveViewRefresh = .None;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue