fix a GCC compiler error
This commit is contained in:
parent
d715c87d93
commit
a3cd37b9d5
@ -245,8 +245,10 @@ namespace detail
|
|||||||
_m_event_filter(evt_code, wd, thrd);
|
_m_event_filter(evt_code, wd, thrd);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(wd->other.upd_state == core_window_t::update_state::none)
|
using update_state = basic_window::update_state;
|
||||||
wd->other.upd_state = core_window_t::update_state::lazy;
|
|
||||||
|
if(wd->other.upd_state == update_state::none)
|
||||||
|
wd->other.upd_state = update_state::lazy;
|
||||||
|
|
||||||
_m_emit_core(evt_code, wd, false, arg, bForce__EmitInternal);
|
_m_emit_core(evt_code, wd, false, arg, bForce__EmitInternal);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user