zoomedit:
* Removed scrollbars, allowing endless movement now
This commit is contained in:
parent
b90de8c582
commit
a87e0ede82
6 changed files with 24 additions and 126 deletions
|
@ -17,8 +17,8 @@
|
|||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef ZOOMEDIT_TOPVIEW_H_
|
||||
#define ZOOMEDIT_TOPVIEW_H_
|
||||
#ifndef ZOOMEDIT_VIEW_TOPVIEW_H_
|
||||
#define ZOOMEDIT_VIEW_TOPVIEW_H_
|
||||
|
||||
#include "View.h"
|
||||
|
||||
|
@ -64,4 +64,4 @@ class TopView : public View {
|
|||
}
|
||||
}
|
||||
|
||||
#endif /*ZOOMEDIT_TOPVIEW_H_*/
|
||||
#endif /*ZOOMEDIT_VIEW_TOPVIEW_H_*/
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef ZOOMEDIT_VIEW_H_
|
||||
#define ZOOMEDIT_VIEW_H_
|
||||
#ifndef ZOOMEDIT_VIEW_VIEW_H_
|
||||
#define ZOOMEDIT_VIEW_VIEW_H_
|
||||
|
||||
namespace ZoomEdit {
|
||||
|
||||
|
@ -39,4 +39,4 @@ class View {
|
|||
}
|
||||
}
|
||||
|
||||
#endif /*ZOOMEDIT_RENDERER_H_*/
|
||||
#endif /*ZOOMEDIT_VIEW_VIEW_H_*/
|
||||
|
|
Reference in a new issue