Browse Source

add comment

CPP-GTK4
yggverse 1 month ago
parent
commit
fac548a738
  1. 2
      src/app/browser/main/tab/page/progressbar.cpp

2
src/app/browser/main/tab/page/progressbar.cpp

@ -16,7 +16,7 @@ Progressbar::Progressbar() @@ -16,7 +16,7 @@ Progressbar::Progressbar()
PULSE_STEP
);
set_opacity(0);
set_opacity(0); // fixed height, not hide()
}
Progressbar::~Progressbar() = default;

Loading…
Cancel
Save