openshot.bugs team mailing list archive
-
openshot.bugs team
-
Mailing list archive
-
Message #04063
[Bug 1198555] [NEW] In time in clip properties is not set correct
Public bug reported:
Openshot 1.4.3 on Linux Sabayon.
Under the "length"-tab in clip properties there is a textbox with start time for the clip, this time is always 0 (or actually -0.01).
The reason for this is that when clip properties dialog is loaded the txtIn-textbox is set before txtOut-textbox which lead to that local_out is 0.0 in on_txtIn_value_changed(). The logic:
if local_in >= local_out:
local_in = local_out - 0.01
self.txtIn.set_text(str(local_in))
will then set textbox text to -0.01.
One solution to this is to switch the order for setting txtOut and
txtIn, that is set txtOut before txtIn (in
frmClipProperties::__init__()).
** Affects: openshot
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1198555
Title:
In time in clip properties is not set correct
Status in OpenShot Video Editor:
New
Bug description:
Openshot 1.4.3 on Linux Sabayon.
Under the "length"-tab in clip properties there is a textbox with start time for the clip, this time is always 0 (or actually -0.01).
The reason for this is that when clip properties dialog is loaded the txtIn-textbox is set before txtOut-textbox which lead to that local_out is 0.0 in on_txtIn_value_changed(). The logic:
if local_in >= local_out:
local_in = local_out - 0.01
self.txtIn.set_text(str(local_in))
will then set textbox text to -0.01.
One solution to this is to switch the order for setting txtOut and
txtIn, that is set txtOut before txtIn (in
frmClipProperties::__init__()).
To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1198555/+subscriptions
Follow ups
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Paddy Landau, 2015-12-03
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: David Chappelle, 2015-12-03
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Paddy Landau, 2015-10-29
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Paddy Landau, 2015-10-29
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Clint, 2015-10-28
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Wolfgang Flatter, 2015-05-30
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Stefan Taferner, 2015-05-03
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: przemjaskier, 2015-02-08
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: przemjaskier, 2015-02-08
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Michael Suelmann, 2014-11-16
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Øyvind Stegard, 2014-08-12
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: bill, 2014-05-31
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: MorrisseyJ, 2014-03-01
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: librin.so.1, 2014-02-16
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Cenwen, 2013-11-02
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Scott, 2013-10-29
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Bjorn Hjortsberg, 2013-07-09
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Andy Finch, 2013-07-08
-
[Bug 1198555] Re: In time in clip properties is not set correct
From: Bjorn Hjortsberg, 2013-07-07
-
[Bug 1198555] [NEW] In time in clip properties is not set correct
From: Bjorn Hjortsberg, 2013-07-06
References