mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DemoRunner: Don't select demos ListBox row if it has been dismissed
This commit is contained in:
parent
fd8c6ce15c
commit
99d122e4fb
1 changed files with 2 additions and 1 deletions
|
|
@ -248,7 +248,8 @@ private:
|
|||
else
|
||||
demoHolder.setDemo (selectedCategory, row);
|
||||
|
||||
selectFirstRow();
|
||||
if (demos.isShowing())
|
||||
selectFirstRow();
|
||||
}
|
||||
|
||||
void selectFirstRow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue