Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
797a7fe2
Commit
797a7fe2
authored
Jul 06, 2011
by
Hugo Beauzée-Luyssen
Committed by
Jean-Baptiste Kempf
Jul 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: Don't update a widget that was just created.
Ref: #5000 Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
16567ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/gui/qt4/dialogs/extensions.cpp
modules/gui/qt4/dialogs/extensions.cpp
+2
-0
No files found.
modules/gui/qt4/dialogs/extensions.cpp
View file @
797a7fe2
...
@@ -528,6 +528,8 @@ void ExtensionDialog::UpdateWidgets()
...
@@ -528,6 +528,8 @@ void ExtensionDialog::UpdateWidgets()
widget
->
resize
(
p_widget
->
i_width
,
p_widget
->
i_height
);
widget
->
resize
(
p_widget
->
i_width
,
p_widget
->
i_height
);
p_widget
->
p_sys_intf
=
widget
;
p_widget
->
p_sys_intf
=
widget
;
this
->
resize
(
sizeHint
()
);
this
->
resize
(
sizeHint
()
);
/* If an update was required, cancel it as we just created the widget */
p_widget
->
b_update
=
false
;
}
}
else
if
(
p_widget
->
p_sys_intf
&&
!
p_widget
->
b_kill
else
if
(
p_widget
->
p_sys_intf
&&
!
p_widget
->
b_kill
&&
p_widget
->
b_update
)
&&
p_widget
->
b_update
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment