@@ -97,7 +97,7 @@ class Editor final : public Screen,
9797 inline TileSet* get_tileset () const { return m_tileset; }
9898 inline TileSelection* get_tiles () const { return m_toolbox_widget->get_tilebox ().get_tiles (); }
9999 inline std::string get_tileselect_object () const { return m_toolbox_widget->get_tilebox ().get_object (); }
100-
100+
101101 void toggle_tile_object_mode ();
102102
103103 inline EditorTilebox::InputType get_tileselect_input_type () const { return m_toolbox_widget->get_tilebox ().get_input_type (); }
@@ -108,7 +108,7 @@ class Editor final : public Screen,
108108 inline int get_tileselect_move_mode () const { return m_toolbox_widget->get_tileselect_move_mode (); }
109109
110110 inline const std::string& get_levelfile () const { return m_levelfile; }
111-
111+
112112 void level_from_nothing ();
113113
114114 void set_level (std::unique_ptr<Level> level, bool reset = true );
@@ -119,7 +119,7 @@ class Editor final : public Screen,
119119 }
120120
121121 std::string get_level_directory () const ;
122-
122+
123123 inline bool is_temp_level () const { return m_temp_level; }
124124
125125 void open_level_directory ();
@@ -149,7 +149,7 @@ class Editor final : public Screen,
149149 void esc_press ();
150150 void delete_markers ();
151151 void sort_layers ();
152-
152+
153153 inline void disable_testing () { m_testing_disabled = true ; }
154154
155155 void select_tilegroup (int id);
@@ -239,11 +239,12 @@ class Editor final : public Screen,
239239 bool m_ctrl_pressed;
240240 bool m_shift_pressed;
241241 bool m_alt_pressed;
242-
242+ bool m_key_zoomed;
243+
243244 ScriptManager m_script_manager;
244-
245+
245246 exit_cb_t m_on_exit_cb;
246-
247+
247248 bool m_tilebox_something_selected;
248249
249250private:
@@ -277,14 +278,14 @@ class Editor final : public Screen,
277278
278279 float m_scroll_speed;
279280 float m_new_scale;
280-
281+
281282 float m_widgets_width;
282283 float m_widgets_width_offset;
283284
284285 Vector m_mouse_pos;
285286
286287 bool m_layers_widget_needs_refresh;
287-
288+
288289 SpritePtr m_shadow;
289290
290291private:
0 commit comments