mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
PDFViewer: Respect page navigation features in multi-page mode
This includes the text box and the page up/down arrows.
This commit is contained in:
parent
3ecb41b7d9
commit
baac720e13
5 changed files with 15 additions and 9 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
|
||||
void set_min_number(i32 number);
|
||||
void set_max_number(i32 number);
|
||||
void set_current_number(i32 number, bool call_change_handler = true);
|
||||
void set_current_number(i32 number, GUI::AllowCallback allow_callback = GUI::AllowCallback::Yes);
|
||||
|
||||
private:
|
||||
NumericInput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue