FIX:fix bug for the base color of the color modification
after matching the untreated material jira:STUDIO-10062 Change-Id: I699fd843600182bc87b224eee488e752b64ca0b4 (cherry picked from commit 29b0be89eb5190bd83d783bf173f14950aef738d)
This commit is contained in:
@@ -205,6 +205,15 @@ void BaseTransparentDPIFrame::call_start_gradual_disappearance()//for ok or canc
|
||||
start_gradual_disappearance();
|
||||
}
|
||||
|
||||
void BaseTransparentDPIFrame::restart() {
|
||||
m_display_stage = 0;
|
||||
m_enter_window_valid = true;
|
||||
SetTransparent(m_init_transparent);
|
||||
if (m_refresh_timer) {
|
||||
clear_timer_count();
|
||||
m_refresh_timer->Start(ANIMATION_REFRESH_INTERVAL);
|
||||
}
|
||||
}
|
||||
void BaseTransparentDPIFrame::start_gradual_disappearance()
|
||||
{
|
||||
clear_timer_count();
|
||||
|
||||
Reference in New Issue
Block a user