mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
even more logs..
This commit is contained in:
parent
89ac8887b8
commit
75ac2e3cdc
1 changed files with 7 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
namespace Upp {
|
||||
|
||||
#define LLOG(x) // DLOG(x)
|
||||
// #define LOG_EVENTS _DBG_
|
||||
#define LOG_EVENTS _DBG_
|
||||
|
||||
BiVector<Ctrl::GEvent> Ctrl::Events;
|
||||
|
||||
|
|
@ -412,8 +412,13 @@ bool Ctrl::ProcessInvalids()
|
|||
for(const Rect& r : win.invalid)
|
||||
if(win.gdk && win.ctrl) {
|
||||
gdk_window_invalidate_rect(win.gdk, GdkRect(Nvl(r, win.ctrl->GetRect().GetSize())), TRUE);
|
||||
DLOG("INVALIDATE " << r << " / " << win.ctrl->GetRect().GetSize() << " " << Name(win.ctrl));
|
||||
DLOG("== INVALIDATE " << r << " " << Name(win.ctrl));
|
||||
DDUMP(win.ctrl->GetRect());
|
||||
DDUMP(Nvl(r, win.ctrl->GetRect().GetSize()));
|
||||
DDUMP(win.gdk);
|
||||
DDUMP(win.ctrl->IsWndOpen());
|
||||
DDUMP(win.ctrl->GetWndScreenRect());
|
||||
DLOG("..");
|
||||
}
|
||||
win.invalid.Clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue