mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Merge branch 'main' into beta
This commit is contained in:
commit
1e57cd267d
@ -14,7 +14,7 @@
|
||||
<item icon="debug_breakpoint" tooltip="@.toggle_breakpoint" tooltip_dir="bottom" />
|
||||
</buttonset>
|
||||
</hbox>
|
||||
<splitter horizontal="true" noborders="true" childspacing="2" expansive="true">
|
||||
<splitter id="main_area" horizontal="true" noborders="true" childspacing="2" expansive="true">
|
||||
<view id="source_placeholder" />
|
||||
<splitter vertical="true" noborders="true" childspacing="2" expansive="true">
|
||||
<vbox id="stack_part">
|
||||
|
@ -402,6 +402,8 @@ public:
|
||||
onEvalExpression(expr);
|
||||
});
|
||||
|
||||
mainArea()->setVisible(false);
|
||||
|
||||
sourcePlaceholder()->attachToView(&m_sourceViewer);
|
||||
sourcePlaceholder()->setVisible(false);
|
||||
|
||||
@ -618,6 +620,7 @@ public:
|
||||
updateControls();
|
||||
|
||||
if (m_state == State::WaitingNextCommand) {
|
||||
mainArea()->setVisible(true);
|
||||
sourcePlaceholder()->setVisible(true);
|
||||
stackPlaceholder()->setVisible(true);
|
||||
layout();
|
||||
|
Loading…
x
Reference in New Issue
Block a user