mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
logging version 3
This commit is contained in:
parent
19553e22ce
commit
9a9d84c6cc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ void Ctrl::RefreshFrame(const Rect& r) {
|
|||
LTIMING("RefreshFrame");
|
||||
sCheckGuiLock();
|
||||
GuiLock __; // Beware: Even if we have ThreadHasGuiLock ASSERT, we still can be the main thread!
|
||||
DLOG("RefreshFrame " << Name() << ' ' << r << " version 2");
|
||||
DLOG("RefreshFrame " << Name() << ' ' << r << " version 3");
|
||||
if(!IsOpen() || !IsVisible() || r.IsEmpty()) return;
|
||||
DLOG("RefreshRect A");
|
||||
if(GuiPlatformRefreshFrameSpecial(r))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue