Skip to content

Commit d093421

Browse files
committed
Continued work on adding toolbar buttons for brush size
1 parent e17dceb commit d093421

5 files changed

+7
-0
lines changed

icons/icon_brush_down.png

651 Bytes
Loading

icons/icon_brush_down.svg

+3
Loading

icons/icon_brush_up.png

636 Bytes
Loading

icons/icon_brush_up.svg

+3
Loading

qt/MainWindow.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ void MainWindow::enableMenus(bool enable) {
11801180

11811181
modeBarWidget->setEnabled(enable);
11821182
toolBarWidget->setEnabled(enable);
1183+
brushButtons->setEnabled(enable);
11831184

11841185
sliceDownButton->setEnabled(enable);
11851186
sliceUpButton->setEnabled(enable);

0 commit comments

Comments
 (0)