mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft refresh methods
This commit is contained in:
parent
b97ffe5791
commit
45dc3b160a
5 changed files with 22 additions and 2 deletions
|
|
@ -28,14 +28,14 @@ void History::refresh()
|
|||
{
|
||||
Memory match;
|
||||
|
||||
historyBack->set_sensitive( // @TODO operate with action status
|
||||
historyBack->refresh(
|
||||
try_back(
|
||||
match,
|
||||
false
|
||||
)
|
||||
);
|
||||
|
||||
historyForward->set_sensitive( // @TODO operate with action status
|
||||
historyForward->refresh(
|
||||
try_forward(
|
||||
match,
|
||||
false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue