Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
5351f1b8
Commit
5351f1b8
authored
Feb 10, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - save the mainInterface size only if there was no video playing when you quit.
parent
affff083
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
5351f1b8
...
...
@@ -280,7 +280,8 @@ MainInterface::~MainInterface()
settings
->
setValue
(
"adv-controls"
,
getControlsVisibilityStatus
()
&
CONTROLS_ADVANCED
);
settings
->
setValue
(
"pos"
,
pos
()
);
settings
->
setValue
(
"size"
,
size
()
);
if
(
!
videoIsActive
)
settings
->
setValue
(
"size"
,
size
()
);
if
(
bgWidget
)
settings
->
setValue
(
"backgroundSize"
,
bgWidget
->
size
()
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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