mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Fix bug where timeline popup isn't re-init after changing theme
Bug report: https://twitter.com/autofcontxt/status/1397935596241293318
This commit is contained in:
parent
8b5cdde07c
commit
b40723e50a
@ -1580,6 +1580,9 @@ void Timeline::onInitTheme(ui::InitThemeEvent& ev)
|
||||
m_vbar.setStyle(theme->styles.transparentScrollbar());
|
||||
m_hbar.setThumbStyle(theme->styles.transparentScrollbarThumb());
|
||||
m_vbar.setThumbStyle(theme->styles.transparentScrollbarThumb());
|
||||
|
||||
if (m_confPopup)
|
||||
m_confPopup->initTheme();
|
||||
}
|
||||
|
||||
void Timeline::onInvalidateRegion(const gfx::Region& region)
|
||||
|
Loading…
x
Reference in New Issue
Block a user