Skip to content

Commit

Permalink
parse_spinbutton_input: use gdouble
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalone1 committed Apr 4, 2024
1 parent 3c856e8 commit 69a0c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ui_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void show_simple_message_dialog(GtkWidget* parent, const std::string& title, con

auto parse_spinbutton_output(GtkSpinButton* button, const char* unit, const bool& lower_bound = true) -> gboolean;

auto parse_spinbutton_input(GtkSpinButton* button, double* new_value, const bool& lower_bound = true) -> gint;
auto parse_spinbutton_input(GtkSpinButton* button, gdouble* new_value, const bool& lower_bound = true) -> gint;

auto get_new_filter_serial() -> uint;

Expand Down

0 comments on commit 69a0c78

Please sign in to comment.