Commit 9718680e97931595516dafc59e3e4e7ccab6d082

Authored by Perry Werneck
1 parent 6f883c50
Exists in master and in 1 other branch develop

Adding "keep selected" toggle on the clipboard settings dialog.

Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
src/dialogs/settings/clipboard.c
... ... @@ -61,7 +61,7 @@
61 61 .top = 2,
62 62 .width = 1,
63 63 .grid = COPY_SETTINGS,
64   - .id = LIB3270_TOGGLE_MARGINED_PASTE,
  64 + .id = LIB3270_TOGGLE_KEEP_SELECTED,
65 65 },
66 66  
67 67 {
... ... @@ -69,6 +69,14 @@
69 69 .top = 0,
70 70 .width = 1,
71 71 .grid = PASTE_SETTINGS,
  72 + .id = LIB3270_TOGGLE_MARGINED_PASTE,
  73 + },
  74 +
  75 + {
  76 + .left = 0,
  77 + .top = 1,
  78 + .width = 1,
  79 + .grid = PASTE_SETTINGS,
72 80 .id = LIB3270_TOGGLE_SMART_PASTE,
73 81 }
74 82  
... ...