fix focus locking bug
This commit is contained in:
parent
458e56fb4c
commit
23fe07d3d3
9 changed files with 34 additions and 21 deletions
|
|
@ -87,7 +87,7 @@ namespace tp {
|
|||
bool mDebug = false;
|
||||
bool mDebugStopProcessing = false;
|
||||
bool mDebugRedrawAlways = false;
|
||||
bool mDetailed = false;
|
||||
bool mDetailed = true;
|
||||
|
||||
std::set<Widget*> mProcBreakpoints;
|
||||
std::set<Widget*> mLayBreakpoints;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue