Add dbg message for Notebook::create_window_detach

This commit is contained in:
Vulcalien 2021-08-27 11:13:12 +02:00
parent 387bcd2ee3
commit dea06ed3bd
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class Notebook(Container, Gtk.Notebook):
def create_window_detach(self, notebook, widget, x, y):
"""Create a window to contain a detached tab"""
dbg('creating window for detached tab: %s' % widget)
maker = Factory()
window = maker.make('Window')