Ver Fonte

Replace is_numeric_option

bel há 11 anos atrás
pai
commit
82cdef76c1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -835,7 +835,7 @@ static void show_settings_dialog()
         x = 10 + (WIDTH / 2) * (nelems % 2);
         y = (nelems/2 + 1) * HEIGHT + 5;
         width = WIDTH / 2 - 20 - LABEL_WIDTH;
-        if (is_numeric_options(options[i].name)) {
+        if (options[i].type == CONFIG_TYPE_NUMBER) {
             style |= ES_NUMBER;
             cl = 0x81;
             style |= WS_BORDER | ES_AUTOHSCROLL;