mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
replicate the remove-all-trailing whitespace commit(s) in master
This commit is contained in:
parent
589f2a1ab8
commit
bc487bb4b0
235 changed files with 5833 additions and 5840 deletions
|
|
@ -2085,20 +2085,16 @@ Mixer_UI::update_title ()
|
|||
n = "*" + n;
|
||||
}
|
||||
|
||||
if (own_window()) {
|
||||
WindowTitle title (n);
|
||||
title += S_("Window|Mixer");
|
||||
title += Glib::get_application_name ();
|
||||
own_window()->set_title (title.get_string());
|
||||
}
|
||||
WindowTitle title (n);
|
||||
title += S_("Window|Mixer");
|
||||
title += Glib::get_application_name ();
|
||||
own_window()->set_title (title.get_string());
|
||||
|
||||
} else {
|
||||
|
||||
if (own_window()) {
|
||||
WindowTitle title (S_("Window|Mixer"));
|
||||
title += Glib::get_application_name ();
|
||||
own_window()->set_title (title.get_string());
|
||||
}
|
||||
WindowTitle title (S_("Window|Mixer"));
|
||||
title += Glib::get_application_name ();
|
||||
own_window()->set_title (title.get_string());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2172,11 +2168,8 @@ Mixer_UI::maximise_mixer_space ()
|
|||
return;
|
||||
}
|
||||
|
||||
Gtk::Window* win = (Gtk::Window*) get_toplevel();
|
||||
|
||||
if (win) {
|
||||
win->fullscreen ();
|
||||
_maximised = true;
|
||||
if (_maximised) {
|
||||
return;
|
||||
}
|
||||
|
||||
_window->fullscreen ();
|
||||
|
|
@ -2190,11 +2183,8 @@ Mixer_UI::restore_mixer_space ()
|
|||
return;
|
||||
}
|
||||
|
||||
Gtk::Window* win = (Gtk::Window*) get_toplevel();
|
||||
|
||||
if (win) {
|
||||
win->unfullscreen();
|
||||
_maximised = false;
|
||||
if (!_maximised) {
|
||||
return;
|
||||
}
|
||||
|
||||
own_window()->unfullscreen();
|
||||
|
|
|
|||
|
|
@ -361,7 +361,10 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
|
|||
=======
|
||||
void create_own_window ();
|
||||
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> the basics of tabbed
|
||||
=======
|
||||
>>>>>>> replicate the remove-all-trailing whitespace commit(s) in master
|
||||
/// true if we are in fullscreen mode
|
||||
bool _maximised;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue