Advance app runtime ownership and modernization docs
This commit is contained in:
@@ -722,14 +722,10 @@ void NodePanelStroke::execute_stroke_control_plan(const pp::app::BrushStrokeCont
|
||||
|
||||
void NodePanelStroke::close_popup_overlay_handles() noexcept
|
||||
{
|
||||
if (m_popup_overlay_handle.valid()) {
|
||||
pp::panopainter::close_legacy_overlay_handle_ignoring_status(*this, m_popup_overlay_handle);
|
||||
m_popup_overlay_handle = {};
|
||||
}
|
||||
if (m_tick_overlay_handle.valid()) {
|
||||
pp::panopainter::close_legacy_overlay_handle_ignoring_status(*this, m_tick_overlay_handle);
|
||||
m_tick_overlay_handle = {};
|
||||
}
|
||||
pp::panopainter::close_legacy_overlay_handles_and_reset(
|
||||
*this,
|
||||
m_popup_overlay_handle,
|
||||
m_tick_overlay_handle);
|
||||
}
|
||||
|
||||
kEventResult NodePanelStroke::handle_event(Event* e)
|
||||
|
||||
Reference in New Issue
Block a user