Mercurial > hg > svgui
diff view/ViewManager.h @ 1270:7527701c8076
Make selection extents more visible on hi-dpi
author | Chris Cannam |
---|---|
date | Thu, 19 Apr 2018 14:36:16 +0100 |
parents | a34a2a25907c |
children | fc9d9f1103fa |
line wrap: on
line diff
--- a/view/ViewManager.h Thu Apr 19 14:35:59 2018 +0100 +++ b/view/ViewManager.h Thu Apr 19 14:36:16 2018 +0100 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _VIEW_MANAGER_H_ -#define _VIEW_MANAGER_H_ +#ifndef SV_VIEW_MANAGER_H +#define SV_VIEW_MANAGER_H #include <QObject> #include <QTimer> @@ -193,7 +193,7 @@ * display. This is relevant to hi-dpi systems that do not do * pixel doubling (i.e. Windows and Linux rather than OS/X). */ - int scalePixelSize(int pixels); + static int scalePixelSize(int pixels); enum OverlayMode { NoOverlays,