Fix broken layout with pause button.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 May 2013 11:36:09 +0000 (12:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 May 2013 11:36:09 +0000 (12:36 +0100)
src/wx/job_manager_view.cc

index 53be88ca7b44fe4e20bd1f12094bd47d938864ac..5cd9f2e15486904a28b7fc4add7588e182709bf0 100644 (file)
@@ -142,6 +142,9 @@ JobManagerView::update ()
                }
 
                index += 5;
+               if (_buttons & PAUSE) {
+                       ++index;
+               }
        }
 
        _table->Layout ();