Skip to content

Commit 3d88ab9

Browse files
committed
Don't auto hide control panel when set fullscreen
1 parent 02b5e0d commit 3d88ab9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ int main() {
6868
auto callback = [control_panel_weak](bool toggled) {
6969
if (!control_panel_weak.expired()) {
7070
app->set_fullscreen(toggled);
71-
control_panel_weak.lock()->set_visibility(!toggled);
7271
}
7372
};
7473
player_rect->fullscreen_button_->connect_signal("toggled", callback);

0 commit comments

Comments
 (0)