logging version 3

This commit is contained in:
Mirek Fidler 2024-10-22 10:18:47 +02:00
parent 19553e22ce
commit 9a9d84c6cc

View file

@ -19,7 +19,7 @@ void Ctrl::RefreshFrame(const Rect& r) {
LTIMING("RefreshFrame"); LTIMING("RefreshFrame");
sCheckGuiLock(); sCheckGuiLock();
GuiLock __; // Beware: Even if we have ThreadHasGuiLock ASSERT, we still can be the main thread! 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; if(!IsOpen() || !IsVisible() || r.IsEmpty()) return;
DLOG("RefreshRect A"); DLOG("RefreshRect A");
if(GuiPlatformRefreshFrameSpecial(r)) if(GuiPlatformRefreshFrameSpecial(r))