Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
e6210e54
Commit
e6210e54
authored
May 12, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge bugfix: navigator palette wasn't deleted
parent
25fdf16f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
xtt/changelog.txt
xtt/changelog.txt
+2
-1
xtt/lib/ge/gtk/ge_gtk.cpp
xtt/lib/ge/gtk/ge_gtk.cpp
+5
-0
No files found.
xtt/changelog.txt
View file @
e6210e54
...
...
@@ -127,4 +127,5 @@
090227 cs ge Problem with soiled texts fixed.
090305 cs glow Ge color palette fillcolor,bordercolor and textcolor selection changed.
090305 cs xtt Trend method not viewed for $PlantHier with a Trend child object.
090306 cs xtt Language translation of operator window buttons.
\ No newline at end of file
090306 cs xtt Language translation of operator window buttons.
090512 cs ge Bugfix in ge editor, navigator palette wasn't destroyed at exit.
\ No newline at end of file
xtt/lib/ge/gtk/ge_gtk.cpp
View file @
e6210e54
...
...
@@ -1502,11 +1502,16 @@ GeGtk::~GeGtk()
delete
cmd_recall
;
delete
graph
;
delete
wow
;
#ifdef LDH
if
(
plantctx
)
delete
plantctx
;
#endif
gtk_widget_destroy
(
india_widget
);
gtk_widget_destroy
(
confirm_widget
);
gtk_widget_destroy
(
yesnodia_widget
);
gtk_widget_destroy
(
toplevel
);
if
(
exit_when_close
)
exit
(
0
);
}
...
...
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