mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 10:21:04 +00:00
Minor changes in preferences dialog labels
This commit is contained in:
parent
268cfa3a46
commit
c1e3054e3f
@ -158,9 +158,9 @@ public:
|
|||||||
showScrollbars()->setSelected(true);
|
showScrollbars()->setSelected(true);
|
||||||
|
|
||||||
// Scope
|
// Scope
|
||||||
gridScope()->addItem("Global");
|
gridScope()->addItem("New Documents");
|
||||||
if (context->activeDocument()) {
|
if (context->activeDocument()) {
|
||||||
gridScope()->addItem("Current Document");
|
gridScope()->addItem("Active Document");
|
||||||
gridScope()->setSelectedItemIndex(1);
|
gridScope()->setSelectedItemIndex(1);
|
||||||
gridScope()->Change.connect(base::Bind<void>(&OptionsWindow::onChangeGridScope, this));
|
gridScope()->Change.connect(base::Bind<void>(&OptionsWindow::onChangeGridScope, this));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user