[gnome-commander] Initialize the main win position with default values in the GnomeCmdData constructor



commit ca51ff878061b4b428721c25ad35f74d5ec2e0e6
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun Nov 14 22:37:17 2021 +0100

    Initialize the main win position with default values in the GnomeCmdData constructor

 src/gnome-cmd-data.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index f1522602..198e09b8 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -395,6 +395,7 @@ struct GnomeCmdData
                    save_cmdline_history_on_exit(TRUE),
                    save_search_history_on_exit(TRUE),
                    symlink_prefix(nullptr),
+                   main_win_pos{0,25},
                    size_disp_mode(GNOME_CMD_SIZE_DISP_MODE_POWERED),
                    perm_disp_mode(GNOME_CMD_PERM_DISP_MODE_TEXT),
                    date_format(nullptr),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]