This commit is contained in:
luboslenco
2020-01-28 16:18:30 +01:00
parent a2042d096e
commit 0c19eab77a
+1 -2
View File
@@ -896,8 +896,7 @@ class UITrait {
g.end();
ui.begin(g);
var panelx = (iron.App.x() - toolbarw);
if (ui.window(toolbarHandle, panelx, headerh, toolbarw, System.windowHeight() - headerh)) {
if (ui.window(toolbarHandle, 0, headerh, toolbarw, System.windowHeight() - headerh)) {
ui._y += 2;
ui.imageScrollAlign = false;