This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Don't refresh Browser on show.
tags/v2.1.2
Andrew Belt
2 years ago
parent
466700aa81
commit
e0b223605b
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
src/app/Browser.cpp
+ 0
- 5
src/app/Browser.cpp
View File
@@ -777,11 +777,6 @@ struct Browser : widget::OpaqueWidget {
refresh();
}
void onShow(const ShowEvent& e) override {
refresh();
OpaqueWidget::onShow(e);
}
void onButton(const ButtonEvent& e) override {
Widget::onButton(e);
e.stopPropagating();
Write
Preview
Loading…
Cancel
Save