FLUID: fixing compiler warning

This commit is contained in:
Matthias Melcher 2024-08-14 01:56:22 +02:00
parent 1badb48e71
commit 05c91b287f

View File

@ -1968,7 +1968,7 @@ void textcolor_menu_cb(Fl_Menu_Button* i, void* v) {
}
void image_spacing_cb(Fl_Value_Input* i, void* v) {
Fl_Font n; int s; Fl_Color c;
int s;
if (v == LOAD) {
if (!current_widget->is_true_widget()) {
i->deactivate();