Create the window. */
| 2151 | |
| 2152 | /** Create the window. */ |
| 2153 | ScanProgressWindow() : Window(_scan_progress_desc) |
| 2154 | { |
| 2155 | this->InitNested(1); |
| 2156 | } |
| 2157 | |
| 2158 | void UpdateWidgetSize(WidgetID widget, Dimension &size, [[maybe_unused]] const Dimension &padding, [[maybe_unused]] Dimension &fill, [[maybe_unused]] Dimension &resize) override |
| 2159 | { |
nothing calls this directly
no test coverage detected