Skip to content
Snippets Groups Projects
Commit 0affdbff authored by dg's avatar dg
Browse files

Shift/Control do not switch icon toolbar anymore (still do with the text one...

Shift/Control do not switch icon toolbar anymore (still do with the text one as it makes more sense)


git-svn-id: http://svn.net-core.org/repos/t-engine4@4329 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4a851858
No related branches found
No related tags found
No related merge requests found
......@@ -97,9 +97,9 @@ function _M:display()
local bpage = a.hotkey_page
local spage = bpage
if bpage == 1 and core.key.modState("ctrl") then spage = 2 if self.max_cols < 24 then bpage = 2 end
elseif bpage == 1 and core.key.modState("shift") then spage = 3 if self.max_cols < 36 then bpage = 3 end
end
-- if bpage == 1 and core.key.modState("ctrl") then spage = 2 if self.max_cols < 24 then bpage = 2 end
-- elseif bpage == 1 and core.key.modState("shift") then spage = 3 if self.max_cols < 36 then bpage = 3 end
-- end
self.surface:erase(self.bgcolor[1], self.bgcolor[2], self.bgcolor[3])
if self.bg_surface then self.surface:merge(self.bg_surface, 0, 0) end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment