flags backwards. Fixed up.
This commit is contained in:
parent
2cce073ed4
commit
0b479527fd
1 changed files with 2 additions and 2 deletions
|
@ -48,10 +48,10 @@ gap_dec() {
|
|||
if [ -n "$FLAG" ]; then
|
||||
case $FLAG in
|
||||
-g) # reduce gaps
|
||||
gap_inc
|
||||
gap_dec
|
||||
;;
|
||||
-G) # increase gaps
|
||||
gap_dec
|
||||
gap_inc
|
||||
;;
|
||||
-m) # reduce tiling master area
|
||||
master_dec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue