mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Improved ListView cursor key handling, removed debug NOPs
This commit is contained in:
parent
959da9884c
commit
987adaec5c
26 changed files with 87 additions and 211 deletions
|
@ -21,11 +21,6 @@ namespace IDE
|
|||
{
|
||||
Debug.Assert(Thread.CurrentThread == IDEApp.sApp.mMainThread);
|
||||
|
||||
/*if (gApp.mMainWindow.IsKeyDown(.Control))
|
||||
{
|
||||
NOP!();
|
||||
}*/
|
||||
|
||||
Debug.Assert(mOnThreadDone == null);
|
||||
//mBfSystem.PerfZoneStart("BfCompiler.ThreadStart");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue