fix default pane divider cursor for vertical panes
[ardour.git] / libs / gtkmm2ext / cairo_packer.cc
index c701a9aca923c8397c74ac35ab1b8b8ad24adc1a..71f35fcf367d17ad74dd1becf2a1a9840c7e6e16 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -27,9 +27,9 @@ CairoPacker::draw_background (Gtk::Widget& w, GdkEventExpose*)
        int x, y;
        Gtk::Widget* window_parent;
        Glib::RefPtr<Gdk::Window> win = Gtkmm2ext::window_to_draw_on (w, &window_parent);
-       
+
        if (win) {
-               
+
                Cairo::RefPtr<Cairo::Context> context = win->create_cairo_context();
                w.translate_coordinates (*window_parent, 0, 0, x, y);