fix focus locking bug
This commit is contained in:
parent
c82ad3c150
commit
1bbce78a2e
8 changed files with 33 additions and 20 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