diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-26 14:15:51 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-26 14:15:58 +0200 |
| commit | 19d1e3f1953bf7777dfcb5f2789f7cd1fcff2b43 (patch) | |
| tree | 9206a611dcc41c97cc6aeab6e53336d6c6ccdff8 /fluid/alignment_panel.cxx | |
| parent | 0d5ae9ceac960f8fdc304037a965c91dacc0411b (diff) | |
FLUID: Adds more capabilities to MergeBack.
* better diagnostic dialog texts in interactive mode
* won't merge back again after a first mergeback is applied
* code needs refactoring and must be in its ow source file
Diffstat (limited to 'fluid/alignment_panel.cxx')
| -rw-r--r-- | fluid/alignment_panel.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 132d354d0..eaf1ba9a5 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -238,9 +238,8 @@ Fl_Check_Button *prevpos_button=(Fl_Check_Button *)0; static void cb_prevpos_button(Fl_Check_Button*, void*) { //~fl~0~0000~1eb02531~~ - // Test! fluid_prefs.set("prev_window_pos", prevpos_button->value()); -//~fl~3~f85f~5e08b15b~~ +//~fl~3~f85f~081cd782~~ } Fl_Check_Button *show_comments_button=(Fl_Check_Button *)0; |
