X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Ftimefront%2Ftimefront.C;h=3b9601c2b507c6bbad99f73e864d0cb7698c77b8;hb=faa186cf5be3aebd789797fb7be051af1d7b5ba1;hp=ead498d18dd6d1fd62c951e5679bee71c77e2de5;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/timefront/timefront.C b/cinelerra-5.1/plugins/timefront/timefront.C index ead498d1..3b9601c2 100644 --- a/cinelerra-5.1/plugins/timefront/timefront.C +++ b/cinelerra-5.1/plugins/timefront/timefront.C @@ -349,7 +349,7 @@ TimeFrontShape::TimeFrontShape(TimeFrontMain *plugin, TimeFrontWindow *gui, int x, int y) - : BC_PopupMenu(x, y, 190, to_text(plugin->config.shape), 1) + : BC_PopupMenu(x, y, 230, to_text(plugin->config.shape), 1) { this->plugin = plugin; this->gui = gui; @@ -389,6 +389,7 @@ int TimeFrontShape::handle_event() { plugin->config.shape = from_text(get_text()); gui->update_shape(); + gui->show_window(); plugin->send_configure_change(); return 1; } @@ -431,6 +432,7 @@ int TimeFrontTrackUsage::handle_event() { plugin->config.track_usage = from_text(get_text()); gui->update_shape(); + gui->show_window(); plugin->send_configure_change(); return 1; } @@ -489,7 +491,7 @@ int TimeFrontAngle::handle_event() TimeFrontRate::TimeFrontRate(TimeFrontMain *plugin, int x, int y) : BC_PopupMenu(x, y, - 100, + 155, to_text(plugin->config.rate), 1) {