Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
29e425bc
Commit
29e425bc
authored
Apr 19, 2016
by
Stéphane Albert
Browse files
BUG: MANTIS-1196: Connected OTB-applicatio quit-button to close-window slot (Mapla).
parent
e3934681
Changes
2
Hide whitespace changes
Inline
Side-by-side
Code/Application/Mapla/mvdMainWindow.cxx
View file @
29e425bc
...
...
@@ -239,6 +239,15 @@ MainWindow
mainWindow
->
setCentralWidget
(
appWidget
);
// Connect the View "Quit" signal, to the mainWindow close slot
QObject
::
connect
(
appWidget
,
SIGNAL
(
QuitSignal
()
),
// to:
mainWindow
,
SLOT
(
close
()
)
);
mainWindow
->
show
();
/*
...
...
RELEASE_NOTES.txt
View file @
29e425bc
...
...
@@ -6,6 +6,7 @@ Monteverdi 3.2.0 - Changes since version 3.0.0 (March 30th, 2016)
=================================================================
* Bug fixes:
* MANTIS-1196: OTB-application Quit button closes widget but not window when using Mapla
* MANTIS-1179: Using the Upper Bound mode for resolution lookup in preferences result in wrong resolution used
* MANTIS-1178: Zoom to full resolution does not zoom to 1 image pixel = 1 screen pixel for georeferenced data
* MANTIS-1159: TrainImageClassifier sample.vtr parameter is sometime ignored
...
...
Write
Preview
Supports
Markdown
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