started number pages handle, needs to refresh toolbar num page display on change
This commit is contained in:
@@ -202,6 +202,7 @@ class MainWindow(QMainWindow):
|
||||
d = docsetdialog.DocsetDialog(self)
|
||||
d.exec_()
|
||||
self.core.recordDocSettings({
|
||||
"np":d.np.text(),
|
||||
"pw":d.pw.text(),
|
||||
"ph":d.ph.text(),
|
||||
"mt":d.mt.text(),
|
||||
@@ -264,4 +265,6 @@ class MainWindow(QMainWindow):
|
||||
|
||||
self.mainstack.setCurrentIndex(self.core.mw_curstack)
|
||||
|
||||
# TODO: add an app console window (show sass compilation errors for example)
|
||||
|
||||
self.setCentralWidget(self.mainstack)
|
||||
|
||||
Reference in New Issue
Block a user