projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c732a0a
)
fix resize binfolder apply btn
author
Good Guy
<
[email protected]
>
Fri, 17 Aug 2018 04:01:19 +0000
(22:01 -0600)
committer
Good Guy
<
[email protected]
>
Fri, 17 Aug 2018 04:01:19 +0000
(22:01 -0600)
cinelerra-5.1/cinelerra/binfolder.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/binfolder.C
b/cinelerra-5.1/cinelerra/binfolder.C
index 200f31062cb767ad2b151d2b9988b88e2f024b1e..868f1c209fef07e6e7df568d7fe19680066a27c3 100644
(file)
--- a/
cinelerra-5.1/cinelerra/binfolder.C
+++ b/
cinelerra-5.1/cinelerra/binfolder.C
@@
-1774,6
+1774,7
@@
int ModifyFolderGUI::resize_event(int w, int h)
int x1 = lx + lw + 15;
add_filter->reposition_window(x1, add_filter->get_y());
del_filter->reposition_window(x1, del_filter->get_y());
+ apply_filter->reposition_window(x1,apply_filter->get_y());
ok_button->resize_event(w, h);
cancel_button->resize_event(w, h);
return 1;