Browse Source

Indentation

merge-requests/365/head
Physiix 9 years ago
parent
commit
b0cbd9b00f
  1. 2
      src/notebook.cc

2
src/notebook.cc

@ -606,7 +606,7 @@ void Notebook::toggle_split() {
}
void Notebook::toggle_tabs() {
Notebook::tabs_visible=!Notebook::tabs_visible;
//Show / Hide tabs for each notbook.
//Show / Hide tabs for each notebook.
for(auto &notebook : Notebook::notebooks)
notebook.set_show_tabs(Notebook::tabs_visible);
}

Loading…
Cancel
Save