View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002108 | ardour | bugs | public | 2008-03-02 08:36 | 2008-03-05 22:47 |
| Reporter | johne53 | Assigned To | NoStar | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | SVN/2.0-ongoing | ||||
| Fixed in Version | SVN/2.0-ongoing | ||||
| Summary | 0002108: Orphaned dialog box | ||||
| Description | 1) Launch Ardour and load a session. 2) Open the Theme Manager dialog (a non-modal dialog). 3) Go back to the session and close it (Session->Close). The Theme Manager dialog remains 'orphaned' on-screen (i.e. it's physically visible but non-functional). | ||||
| Tags | No tags attached. | ||||
|
2008-03-04 05:19
|
ardour-fix-orphaned-theme-manager.patch (450 bytes)
Index: gtk2_ardour/ardour_ui_dialogs.cc
===================================================================
--- gtk2_ardour/ardour_ui_dialogs.cc (revision 3134)
+++ gtk2_ardour/ardour_ui_dialogs.cc (working copy)
@@ -203,6 +203,9 @@
big_clock.set_session (0);
preroll_clock.set_session (0);
postroll_clock.set_session (0);
+
+ /* Close the theme manager */
+ theme_manager->hide ();
if (option_editor) {
option_editor->set_session (0);
|
|
|
Applied Daves patch |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-03-02 08:36 | johne53 | New Issue | |
| 2008-03-04 05:19 | puddingpimp | File Added: ardour-fix-orphaned-theme-manager.patch | |
| 2008-03-05 22:47 | NoStar | Status | new => resolved |
| 2008-03-05 22:47 | NoStar | Fixed in Version | => SVN/2.0-ongoing |
| 2008-03-05 22:47 | NoStar | Resolution | open => fixed |
| 2008-03-05 22:47 | NoStar | Assigned To | => NoStar |
| 2008-03-05 22:47 | NoStar | Note Added: 0004765 | |
| 2008-03-05 22:47 | NoStar | Status | resolved => closed |