mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-23 09:41:04 +00:00
Fix scrollbar for the Extensions list in Preferences is missing on the first open (fix #3456)
This commit is contained in:
parent
3a917492ee
commit
e6c90334f9
@ -907,7 +907,6 @@ private:
|
||||
if (!item)
|
||||
return;
|
||||
|
||||
panel()->showChild(findChild(item->getValue().c_str()));
|
||||
m_curSection = sectionListbox()->getSelectedIndex();
|
||||
|
||||
// General section
|
||||
@ -925,6 +924,8 @@ private:
|
||||
// Load extension
|
||||
else if (item->getValue() == kSectionExtensionsId)
|
||||
loadExtensions();
|
||||
|
||||
panel()->showChild(findChild(item->getValue().c_str()));
|
||||
}
|
||||
|
||||
void onClearRecentFiles() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user